Changing Jenkins Build Name & Description through API in JAVA

前端 未结 3 986
北荒
北荒 2020-12-21 22:01

I am trying to change the Jenkins\'s build # and build description through REST API using Java. I could see that in the below URL, this guys has tried to change the build de

3条回答
  •  滥情空心
    2020-12-21 22:48

    I was able to make a POST call using the following URL and "Content-Type" header as application/x-www-form-urlencoded in Payload.

    URL: http://:8058/job/MYJOB_NAME/BUILD_NUMBER/configSubmit

    FORM VALUES

提交回复
热议问题