It's all about the answers!

Ask a question

Jazz Build Engine command


EclipseTalk . (32736161) | asked Apr 29 '15, 12:47 p.m.
 Hello,
I would like to use the JBE to listen to any code updates in Jazz SCM via scripting is it possible? 
Any pointers are appreciated.
Thanks in advance

Accepted answer


permanent link
sam detweiler (12.5k6195201) | answered Apr 29 '15, 5:40 p.m.
JBE only listens for Jobs. nothing else.

there is no builtin triggering.

Jorge Diaz wrote a deliver hook to start build jobs for JBE..
I wrote a similar one for jenkins or whatever..

see the last two answers here
https://jazz.net/forum/questions/132739/jenkins-polling-is-too-slow-can-rtc-notify-jenkins-immediately


EclipseTalk . selected this answer as the correct answer

Comments
EclipseTalk . commented Apr 30 '15, 8:00 a.m.

 Actually is there a command to check with the JBE CLI is a change set has occured?


Ralph Schoon commented Apr 30 '15, 8:52 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

You can specify in the build definition to run builds on a schedule. You can specify that the build only runs if there is a change.


sam detweiler commented Apr 30 '15, 9:03 a.m.

right.. there is no capability OOtB to trigger an immediate build on change.

Jorge's plugin does that.

Your answer


Register or to post 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.