Skip to content
Build Queue
No builds in the queue.

Command set-build-display-name

java -jar jenkins-cli.jar -s https://jenkins.te.baibaodun.com.cn/jenkins/ -http set-build-display-name JOB BUILD# DISPLAYNAME
Sets the displayName of a build.

JOB : Name of the job to build BUILD# : Number of the build DISPLAYNAME : DisplayName to be set. '-' to read from stdin.