Entire OS
Max open file number of each process
Software Engineer is(should be) a most efficient Problem Solver.
Oct 5, 2016
Mar 15, 2016
[memo] How to delete all jobs of jenkins
Delete all jobs
Go to the following URL.
http://your.jenkins.url/script
And input the following script
for(j in jenkins.model.Jenkins.getInstance().getProjects()) {
j.delete();
}
http://stackoverflow.com/questions/5076246/hudson-ci-how-to-delete-all-jobs
Go to the following URL.
http://your.jenkins.url/script
And input the following script
for(j in jenkins.model.Jenkins.getInstance().getProjects()) {
j.delete();
}
http://stackoverflow.com/questions/5076246/hudson-ci-how-to-delete-all-jobs
Subscribe to:
Posts (Atom)