Re: Unable to determine where the build failed

2014-09-24 Thread Kiro jnr
Hi cchen, Did you managed to resolve this issue. I am currently experiencing same issue. Regards Ahmed On Thursday, June 28, 2012 10:16:28 PM UTC+1, cchen wrote: > > Hey folks, > > Using jenkins to build a scala project via maven, and I am having trouble > to determine how builds are failing

Re: Unable to determine where the build failed

2012-06-28 Thread cchen
Thanks Andrey. Actually the problem is only with the individual log files from the module build. At the end of the whole build, the log will show all the errors from all modules. Our build is configured to run to the end even one module fails, which I think should be changed. But outside of

Re: Unable to determine where the build failed

2012-06-28 Thread Andrey Myatlyuk
Chris, What do you see in the console output for the job? Andrey On Thu, Jun 28, 2012 at 2:16 PM, cchen wrote: > Hey folks, > > Using jenkins to build a scala project via maven, and I am having trouble > to determine how builds are failing at times. Sometimes, there is no > compile error, no

Unable to determine where the build failed

2012-06-28 Thread cchen
Hey folks, Using jenkins to build a scala project via maven, and I am having trouble to determine how builds are failing at times. Sometimes, there is no compile error, no test failure and everything seemed to succeed, but jenkins says it failed. So I am hoping to understand how Jenkins deter