Trigger a build for a specific job
Retrieve the XML configuration of a job
Create a new Jenkins job from an XML config
Enable a disabled job
java -jar jenkins-cli.jar -s http://localhost:8080/ enable-job my-job
Re-enables a disabled job so it can be executed again. Useful for job lifecycle management.
Enable job my-job
Update an existing Jenkins job with new XML config
Remove a Jenkins job
Disable a job to prevent execution