Can you change an RTC build result status after completion?
![](http://jazz.net/_images/myphoto/b5c1cee21938ed720217c6d6c20dbdf1.jpg)
We execute thousands of builds a day, and increasingly we have teams automatically deploying the builds into controlled environments. It would be nice if we could update the status of a build to reflect whether or not the deployment passed or failed. We can create a hyper link to the deployment process, but unless we can update the status to show something else as happened that is related to the build I doubt developers will actually look.
One answer
![](http://jazz.net/_images/myphoto/b5c1cee21938ed720217c6d6c20dbdf1.jpg)
I am pretty sure you can do that with the API. I would also suggest to look at the ANT tasks that are available e.g.
https://www-01.ibm.com/support/knowledgecenter/SSYMRC_5.0.2/com.ibm.team.build.doc/topics/r_buildresultpublisher.html?lang=en
https://www-01.ibm.com/support/knowledgecenter/SSYMRC_5.0.2/com.ibm.team.build.doc/topics/r_completebuild.html
I have not tried that yet, but I would expect it to be possible in one of the ways.
The other question is, if the build is really completed if the deployment and test did not run......
https://www-01.ibm.com/support/knowledgecenter/SSYMRC_5.0.2/com.ibm.team.build.doc/topics/r_buildresultpublisher.html?lang=en
https://www-01.ibm.com/support/knowledgecenter/SSYMRC_5.0.2/com.ibm.team.build.doc/topics/r_completebuild.html
I have not tried that yet, but I would expect it to be possible in one of the ways.
The other question is, if the build is really completed if the deployment and test did not run......