How can I set Jenkins build description while triggering build via curl?
问题 I'm trying to set the build description of a build I'm triggering, as I'm kicking off the build, and I have no luck so far. I came across a solution (Adding text to the page of a build triggered by the Jenkins remote API), and I kind of got it to work this way (first command will kick off the build, second one will set the description of the last build): curl -v -X POST "http://[myServer]/job/[jobName]/build" curl -v -X POST "http://[myServer]/job/[jobName/lastBuild/submitDescription" --data