Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
995 views
in Technique[技术] by (71.8m points)

curl - How can i get the Build number of a job in Jenkins that I want to stop?

I am running some curl commands to start a job in Jenkins like the following:

  curl -I -u TestUser:11111111222222233axcdesdfdc http://<aipaddress>:<port>/job/My%20Test%20Job/build?token=myToken

I can abort the job using the following command via some reading

 curl -X POST JENKINS_URL/job/JOB_NAME/BUILD_ID/stop   --user USER:TOKEN

so i will have

  curl -X POST http://<aipaddress>:<port>/job/My%20Test%20Job/BUILD_ID/stop   --user 
         TestUser:11111111222222233axcdesdfdc

but what is the BUILD_ID of he currently running job ? If there are 2 or more jobs running I want the buildnumber of the job that I triggered with the curl build ?

I run these commands from remote machines.

question from:https://stackoverflow.com/questions/65931502/how-can-i-get-the-build-number-of-a-job-in-jenkins-that-i-want-to-stop

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

1.4m articles

1.4m replys

5 comments

56.8k users

...