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
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
http://:8058/job/MYJOB_NAME/BUILD_NUMBER/configSubmit