Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add get_num_executors()/set_num_executors() methods to puppet_helper
These methods may be used to get/set the number of executors for the master. Eg.: java -jar /usr/lib/jenkins/jenkins-cli.jar -s http://localhost:8080 groovy /usr/lib/jenkins/puppet_helper.groovy get_num_executors java -jar /usr/lib/jenkins/jenkins-cli.jar -s http://localhost:8080 groovy /usr/lib/jenkins/puppet_helper.groovy set_num_executors 42
- Loading branch information