It's all about the answers!

Ask a question

How to use jbe command to run build step by step?


Jia Jia Li (8058157192) | asked Sep 02 '12, 11:28 p.m.
I use BuildForge before, it can set steps to run build, every step will run one task, like seup environment, download code, modify some config, compile, and so on. I can set if one step fail, the build work will stop.

In jbe command line build, I think it can only support on build script, if I want to the things like buildforge, I should do all in script by myself? Just write step1, step2, step3 function, to judge if step2 return false, the script should exit(), so every thing should be control in script, any good suggestions?

Accepted answer


permanent link
Takehiko Amano (1.3k3741) | answered Sep 04 '12, 12:27 a.m.
JAZZ DEVELOPER
If you run jbe with command line, yes, script needs to implement control. But if you run jbe with ant, it has some control. Normally, build task stop if there is any error in Ant task. Refer to CLM online helps how to monitor progress on build steps.

If your group prefer Build Forge way, this is also good. Build Forge has more capability than simple ant process.
Jia Jia Li selected this answer as the correct answer

One other answer



permanent link
Jia Jia Li (8058157192) | answered Sep 04 '12, 1:58 p.m.
Thanks Amano. I tried the RTC/BF integration and think it works well, I can leverage the BF steps advantage, and from the integration, invoke the bf project from rtc, and retrieve all the bf log, end user can not know the bf exist.

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.