How can I point Jenkins to another .jenkins home directory?

后端 未结 7 1549
攒了一身酷
攒了一身酷 2020-12-29 07:17

I have the working /.jenkins folder under a specific user in home on Linux. I want to start Jenkins with another user, but re-use the .jenkins folder of the other user. How

相关标签:
7条回答
  • 2020-12-29 08:06

    Or you can modify the .bashrc so that it sets the environment variable everytime you start a console, that is, if you are using bash to start Jenkins.

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