RTC Jenkins Integration | Fetch buildResultUUID from RTC/Jenkins
We have integrated Jenkins builder with RTC for source control and mapped the Jenkins build definition with RTC build definition. In case of triggering job via RTC or Jenkins, how do we fetch the buildResultUUID. I see the buildResultUUID in the RTC log (attached to Jenkins). Based on buildResultUUID, we need to run few jazz ant scripts.
Any information would be more helpful.
Thanks,
Krishna
Any information would be more helpful.
Thanks,
Krishna
One answer
Hi Krishnakumar, the article How_does_the_Hudson_RTC_Build_Work has a few ANT script samples which might be of help?
Best Regards, Sunil
Comments
Hi Sunil,
I am using the team concert plugin to integrate Jenkins with RTC. In that case, I don't have run the ant tasks startTeamBuild , teamFetch or teamAccept. In this case, how do I reuse the buildResultUUID with Jenkins build to report logs and other processing scripts. I see the buildResultUUID variable getting populated in the RTC log.
Thanks,
Krishna