It's all about the answers!

Ask a question

Is it somehow possible to get the build logs during execution and not only at the end?


0
1
Karthik Krishnan (8825117163) | asked Mar 06 '14, 11:06 a.m.
Our build runs for hours. In some cases one build is used for building different variants like A,B,C,D

Let's say if variant A fails, it's possible to see build output only when the build is compete which may take hours

Is there a way to see the build results in a progressive way (like in command prompt)?

we use ANT with RTC build engines

2 answers



permanent link
sam detweiler (12.5k6195201) | answered Mar 06 '14, 11:19 a.m.
 Currently there is no provided tooling to do this

Comments
Karthik Krishnan commented Mar 06 '14, 11:48 a.m.

that's really bad :-/ 


permanent link
Nick Edgar (6.5k711) | answered Mar 06 '14, 12:02 p.m.
JAZZ DEVELOPER
Hi Karthik, JBE currently only publishes the build log at the end, however you could redirect output from tools used in the build script to separate files, then publish these using the logPublisher Ant task.  If this is not fine-grained enough, the only other solution I see is to use Jenkins with the RTC/Jenkins integration, and Jenkins plugin (to run the SCM phase).
See https://jazz.net/wiki/bin/view/Main/BuildFAQ#OtherBuildSystems

Comments
Karthik Krishnan commented Mar 06 '14, 12:05 p.m.

Thanks Nick, I will try this option. 

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.