Is it somehow possible to get the build logs during execution and not only at the end?
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
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