Hi Rob,
  Usually, build steps that return with a non-zero exit code is what marks 
a build as failed. Test reporters, like the built in Junit reporter, can 
downgrade a build from successful to unstable if it discovers failed tests 
in the test results. It sounds like the maven-nar-plugin might be returning 
a non-zero result on test failures.

  -- Dean


On Monday, May 6, 2013 8:24:16 AM UTC-7, Rob Campbell wrote:
>
> I'm attempting to use Jenkins for CI of a C++ project which is built using 
> the maven-nar-plugin. I'd like to know how I could better integrate the 
> nar-plugin with Jenkins so that failed tests do not cause a broken build, 
> but instead cause an unstable build, as with JUnit tests for Java. The nar 
> plugin has its own test execution goal and doesn't use the surefire plugin.
>
> Any ideas where I would start? Will I need to create a Jenkins plugin? or 
> use an existing Jenkins plugin? or modify the maven-nar-plugin?
>
> Much appreciated,
> Rob

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to