Skip to content

Command set-build-display-name

Sets the displayName of a build.
Command
java -jar jenkins-cli.jar -s https://jenkins.garasiku.autos/ set-build-display-name JOB BUILD# DISPLAYNAME
 JOB         : Name of the job to build
 BUILD#      : Number of the build
 DISPLAYNAME : DisplayName to be set. '-' to read from stdin.