Jenkins: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 April 2024

16 May 2023

6 May 2023

28 April 2023

16 April 2023

  • curprev 00:2600:26, 16 April 2023Iwiseman talk contribs 531 bytes +531 Created page with "=Introduction= This page is to provide some tips using the Jenkins Build implementation =Setup= By default the home directory is /var/lib/jenkins You need to move this as /var/lib is not allowed for docker.<br> <br> To do this you need to change the jenkins.service which resides in /lib/systemd/system/jenkins.service. ... # Directory where Jenkins stores its configuration and workspaces #Environment="JENKINS_HOME=/var/lib/jenkins" #WorkingDirectory=/var/lib/j..."