-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding a new option to make the build UNSTABLE or not #98
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Binary compatibility issues need to be resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed @oleg-nenashev comments.
Can you take a look if I need to update anything else, plz? I can't resolve the build error on ci.jenkins.io :( |
+1 looking for this feature as my team has failing tests retried & reported, but we don't want the Junit plugin to set the build status. I know this PR is old, but many thanks if it can be added! |
@@ -46,4 +46,7 @@ THE SOFTWARE. | |||
<f:entry title="${%Allow empty results}" field="allowEmptyResults"> | |||
<f:checkbox default="false" title="${%Do not fail the build on empty test results}"/> | |||
</f:entry> | |||
<f:entry title="${%Make the build UNSTABLE}" field="makeUnstable"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will fix it. Thanks
Oh I also need this one in my pipelines! I hope after 3 years it is still an option to finish this one! |
you can also submit it directly to this repo |
add help-makeUnstable.html
Still needs conflict resolution |
Some people are looking for an option to make the JUnit plug doesn't make the build UNSTABLE even there're failed tests.