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 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.
![]() 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).
|