Re: Can jenkins not fail the builds that don't have the JUnit test result file?

2013-04-18 Thread cchen
Note that the current work around is to add a dummy test to every module, but I am hoping for a better solution. On Thursday, April 18, 2013 11:53:50 AM UTC-7, cchen wrote: > > Hello, > > I have a job that compiles and executes tests on the modules that were > modified. As a result, some runs d

Can jenkins not fail the builds that don't have the JUnit test result file?

2013-04-18 Thread cchen
Hello, I have a job that compiles and executes tests on the modules that were modified. As a result, some runs don't have any JUnit test result file while most of the run do generate JUnit test result file. The job is configured to look for Junit test results files and when it can't any JUnit