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-jobsjenkins
jobs
list
java -jar jenkins-cli.jar -s http://localhost:8080/ build my-jobjenkins
job
build
java -jar jenkins-cli.jar -s http://localhost:8080/ get-job my-jobjenkins
job
config
java -jar jenkins-cli.jar -s http://localhost:8080/ create-job new-job < config.xmljenkins
job
create
java -jar jenkins-cli.jar -s http://localhost:8080/ update-job my-job < config.xmljenkins
job
update
java -jar jenkins-cli.jar -s http://localhost:8080/ delete-job my-jobjenkins
job
delete
java -jar jenkins-cli.jar -s http://localhost:8080/ enable-job my-jobjenkins
job
enable
java -jar jenkins-cli.jar -s http://localhost:8080/ disable-job my-jobjenkins
job
disable
java -jar jenkins-cli.jar -s http://localhost:8080/ list-pluginsjenkins
plugins
list
java -jar jenkins-cli.jar -s http://localhost:8080/ install-plugin gitjenkins
plugin
install
java -jar jenkins-cli.jar -s http://localhost:8080/ safe-restartjenkins
restart
server
java -jar jenkins-cli.jar -s http://localhost:8080/ get-build my-job 15jenkins
build
info
java -jar jenkins-cli.jar -s http://localhost:8080/ console my-job 15jenkins
console
output
Missing a command?
Help us improve this collection by suggesting commands that should be added. Your contributions help the entire developer community!