Trigger a build when some changes are delivered to a stream
I have RTC 6.0 server installed. When some changes are delivered to the stream I want to trigger a build / run unit tests / ... Is it possible? How?
|
One answer
Have you checked the similar questions posted in the past?
Comments
Mikhail Kulinich
commented Oct 05 '17, 8:30 a.m.
Yes. I checked those answer. I was wondering if something changed in the RTC after those posts, and now it is possible to implement the same with out-of-the box functionality.
Ralph Schoon
commented Oct 05 '17, 8:37 a.m.
| edited Oct 05 '17, 8:40 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
No changes as far as I can tell and there is no built in functionality.
The the JBE polls and Jenkins etc do as well. You could request a build in a follow up action on deliver. See https://rsjazz.wordpress.com/2016/07/15/build-on-state-change-work-item-save-participant/ and related documentation.
I personally find it questionable to build every delivered change. This will likely put your system under heavy load or developers wait for the stuff they really want built.
I would prefer a green stream that has post build delivered changes if the build succeeds. Of course an automation like you have in mind could support that as well, if the build id fast enough (and the build cycle fast enough).
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.