Notification on code checkin in RTC
Hi,
We have Jenkins installed and connected to RTC repo. We need to be notified whenever code is checked into RTC repo. Please help here in finding the correct procedure for it. If it can be done from within RTC or is there any RTC extension/plugin/API available to enable this operation?
Basically a notification as follow up action on deliver/check in of code changes in RTC 5.0.2 is required. Any help in this regard would be appreciated.
Thanks!
One answer
There is a deliver server side precondition for which you can write a custom advisor to perform the necessary operation. Follow the below links on how to write a custom advisor:
https://jazz.net/library/article/495
https://rsjazz.wordpress.com/2015/06/19/a-custom-condition-to-make-attributes-required-or-read-only-by-role/
In 502 there is no checkin precondition and that is currently planned for 604.
By the way, when a change set is delivered there is an event generated and you can subscribe to this event which can be viewed in the Team Dashboard.