13
Total Commands
100%
Free Access
⚡
Lightning Fast
Available Commands
Click on any command to copy it instantly
13 commands available
13 of 13
Resources
Learn Jenkins
Master Jenkins CI/CD automation
java -jar jenkins-cli.jar -s http://localhost:8080/ list-jobs
jenkins
jobs
list
java -jar jenkins-cli.jar -s http://localhost:8080/ build my-job
jenkins
job
build
java -jar jenkins-cli.jar -s http://localhost:8080/ get-job my-job
jenkins
job
config
java -jar jenkins-cli.jar -s http://localhost:8080/ create-job new-job < config.xml
jenkins
job
create
java -jar jenkins-cli.jar -s http://localhost:8080/ update-job my-job < config.xml
jenkins
job
update
java -jar jenkins-cli.jar -s http://localhost:8080/ delete-job my-job
jenkins
job
delete
java -jar jenkins-cli.jar -s http://localhost:8080/ enable-job my-job
jenkins
job
enable
java -jar jenkins-cli.jar -s http://localhost:8080/ disable-job my-job
jenkins
job
disable
java -jar jenkins-cli.jar -s http://localhost:8080/ list-plugins
jenkins
plugins
list
java -jar jenkins-cli.jar -s http://localhost:8080/ install-plugin git
jenkins
plugin
install
java -jar jenkins-cli.jar -s http://localhost:8080/ safe-restart
jenkins
restart
server
java -jar jenkins-cli.jar -s http://localhost:8080/ get-build my-job 15
jenkins
build
info
java -jar jenkins-cli.jar -s http://localhost:8080/ console my-job 15
jenkins
console
output
Missing a command?
Help us improve this collection by suggesting commands that should be added. Your contributions help the entire developer community!