Post-commit hook in RTC?
I am really new with RTC. Here's a summary of the inquiry:
Context: RTC as an SCM tool and Hudson/Jenkins as build and CI engine
Goal: trigger a build each time a commit is executed in RTC
:?: Inquiry: Is there a way to define a post-commit hook in RTC as an SCM tool such that whenever there's a code commit, it remotely triggers a build in Hudson/Jenkins?
Appreciate your inputs!
Context: RTC as an SCM tool and Hudson/Jenkins as build and CI engine
Goal: trigger a build each time a commit is executed in RTC
:?: Inquiry: Is there a way to define a post-commit hook in RTC as an SCM tool such that whenever there's a code commit, it remotely triggers a build in Hudson/Jenkins?
Appreciate your inputs!
2 answers
Yes there is, it is described in general here: https://jazz.net/library/article/1000 for the RTC Build engine.
For Jenkins/Hudson, I am not sure. You might want to look into the new integration now provided.
If not, technically, if you can communicate you could use the same mechanism to tell Jenkins to build. Or you could create something in Jenkins that checks for incoming changes on a stream and kick off the build.
For Jenkins/Hudson, I am not sure. You might want to look into the new integration now provided.
If not, technically, if you can communicate you could use the same mechanism to tell Jenkins to build. Or you could create something in Jenkins that checks for incoming changes on a stream and kick off the build.
Comments
Frederick Clark
Jun 13 '13, 11:51 a.m.