It's all about the answers!

Ask a question

Trigger post build option of build definition using JBE


dhanashree jain (111) | asked Sep 21 '17, 12:41 a.m.

 Hello


I am using following command to invoke post build. However this commands uses build resuild UUID.
I would like to know, whether there is any way through which I can invoke post build of particular build definition without using buildResultUUID.

I have jenkins job, which dowload stream "Stream_1" using RTC plugin, then I build the job and based on pass or fail, I need to promote to stream "Stream_2" using post build option in build definition.

jbe -repository repo_name -userId user_name -pass user_pass -engineId engine_name -buildResultUUID %RTCBuildResultUUID% -participants com.ibm.team.build.autoDeliver -noComplete -verbose

One answer



permanent link
Lakshmi Narasimhan T V (4415) | answered Sep 22 '17, 12:09 a.m.
JAZZ DEVELOPER

Post build deliver is supported by the Team Concert Plugin from version 1.2.0.3 and RTC server version 6.0.4. See Team Concert Plugin wiki. You don't have to specify the build definition id or build result UUID.

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.