Skip to content

Command set-build-description

Sets the description of a build.
Command
java -jar jenkins-cli.jar -s https://jenkins.garasiku.autos/ set-build-description JOB BUILD# DESCRIPTION
 JOB         : Name of the job to build
 BUILD#      : Number of the build
 DESCRIPTION : Description to be set. '=' to read from stdin.