Quantcast

[JIRA] (JENKINS-15274) Build fails if there are test failures during "Invoke top-level Maven targets" build step

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15274) Build fails if there are test failures during "Invoke top-level Maven targets" build step

JIRA noreply@jenkins-ci.org
Issue Type: New Feature New Feature
Assignee: Unassigned
Components: maven, maven2
Created: 21/Sep/12 10:47 PM
Description:

I am using a multi-configuration jenkins project to run some tests in parallel (currently on Jenkins 1.456). The tests are maven tests and the maven goal is specified by using a "Invoke top-level Maven target" build step. During this test run, some tests fail and the build is marked "Failing" (red).

However, normally (if you're using a Maven2/3 project), failing tests result in a "Unstable" (yellow) build; it would be nice to have an option to replicate this behavior when using "Invoke top-level Maven targets" in a multi-configuration project (or elsewhere).

Thanks!

Project: Jenkins
Priority: Minor Minor
Reporter: jchatham
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15274) Build fails if there are test failures during "Invoke top-level Maven targets" build step

JIRA noreply@jenkins-ci.org
kutzi resolved New Feature JENKINS-15274 as Not A Defect

Use -Dmaven.test.failure.ignore=true

This is not an issue, but a question. Please post such things to the users list. Thanks

Change By: kutzi (20/Jan/13 11:06 AM)
Status: Open Resolved
Resolution: Not A Defect
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Loading...