Change JENKINS_HOME on Red Hat Linux?

后端 未结 7 939
闹比i
闹比i 2021-02-01 16:47

I used this procedure to install Jenkins:

https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+RedHat+distributions

After it was up and running I

相关标签:
7条回答
  • 2021-02-01 17:35

    If anyone is having issues with space and you have to relocate your jenkins, just wanted to reiterate that::

    1. sudo service jenkins stop
    2. sudo mv /var/lib/jenkins /home
    3. sudo ln -s /home/jenkins /var/lib/jenkins
    4. sudo service jenkins start

    works great, so thanks to the person who posted that answer a few years ago!

    0 讨论(0)
提交回复
热议问题