jenkins
2 commands
2 shown
Build job via CLI and follow
Trigger a job and block until it finishes, streaming console output (-f -v)
java -jar jenkins-cli.jar -s https://<host> -auth user:token build <name> -f -v
Validate declarative pipeline
Lint a Jenkinsfile server-side before commit to catch syntax errors early
curl -X POST -F "jenkinsfile=<Jenkinsfile" https://<host>/pipeline-model-converter/validate
no commands match