SCM triggered builds
SUNIL KUURAM (64●3●19●23)
| asked Mar 16 '13, 7:23 a.m.
edited Mar 18 '13, 12:21 p.m. by Millard Ellingsworth (2.5k●1●24●31) How do the SCM triggered builds work with Jazz JBE engine. i.e. "build only if changes accepted"? Does RTC launch a build on the build agent to see if there are changes to accept, or the check happens on the RTC engine itself? The check should ideally happen via RTC build scheduler/engine without contacting the JBE build agent. Having said that, I don't understand why the JBE is single threaded. That makes it so inefficient. Thanks Sunil |
2 answers
The check happens on the RTC engine itself. Build Definition will have its own schedule to run builds at a given interval, but the JBE will only continue those builds that are necessary.
The JBE being single threaded does make it somewhat limited to scaling up, but we do offer integrations with Build Forge and Hudson for larger deployments. JBE is more geared for smaller deployments.
~Spencer
|
Hi Sunil,
I was also looking a solution for automated build when there is any change. I found out below article which solves the problem.
https://jazz.net/library/article/805
https://jazz.net/library/article/804
I hope it helps.
Regards,
Mahi
|
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.