61.Linux
jenkins 작업공간 변경
1010
2020. 12. 21. 16:07
반응형
vi /var/lib/jenkins/config.xml
<workspaceDir>여기변경</workspaceDir>
service jenkins restart
service jenkins status
ingorichter.blogspot.com/2012/02/jenkins-change-workspaces-and-build.html
Jenkins: Change Workspaces and Build Directory Locations
Tips, Tricks about Jenkins, CI and software development. HTML, Javascript, CSS, Java, Groovy, Process Automation, nodejs, Brackets, Electron
ingorichter.blogspot.com
How to change workspace and build record Root Directory on Jenkins?
I would like Jenkins' data to be written to drive "E:" since this is the large drive on the server. Jenkins itself is installed on "C:". How do I do that? The default configuration that I saw i...
stackoverflow.com