Skip to content
构建队列
队列中没有构建任务

Command set-build-description

java -jar jenkins-cli.jar -s https://jenkins-dev.fengzhongxing.com/jenkins/ set-build-description JOB BUILD# DESCRIPTION
Sets the description of a build.

JOB : Name of the job to build BUILD# : Number of the build DESCRIPTION : Description to be set. '=' to read from stdin.