Integrating RTC with Jenkins
Hi,
I want to accomplish CI between RTC and Jenkins.
For that I have the build toolkit installed and RTC plugin configured with build toolkit in Jenkins. Connection test is successful.
But now, I want my job to be triggered whenever a change is pushed to my stream. for that, I am looking for some option like "Build when a change is pushed to GitHub". I am not able to see such kind of options in Jenkins.
Can anyone assist me in this.
Thanks,
R Dama.
Accepted answer
If your RTC version is equal or higher than v5.0.2, this is possible according to the N&N https://jazz.net/downloads/rational-team-concert/releases/5.0.2?p=news#PreBuildChecks.
However it's not implemented on Jenkins side, but you need to create a build definition from RTC with Jazz Source Control selected. Then in "Jazz Source Control" tab of the build definition, you should select "Build only if there are changes accepted" Accept Options.