-
Notifications
You must be signed in to change notification settings - Fork 15
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
[JENKINS-72059] Add new quality gate options to alter the stage only #309
Conversation
src/test/java/io/jenkins/plugins/util/RunResultHandlerTest.java
Dismissed
Show dismissed
Hide dismissed
4ee7cd3
to
2173b8c
Compare
2173b8c
to
1b8b0d4
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #309 +/- ##
=============================================
+ Coverage 30.00% 40.49% +10.49%
- Complexity 64 97 +33
=============================================
Files 20 21 +1
Lines 460 526 +66
Branches 41 44 +3
=============================================
+ Hits 138 213 +75
+ Misses 319 309 -10
- Partials 3 4 +1 ☔ View full report in Codecov by Sentry. |
As requested in JENKINS-72059 it makes sense to publish the quality gate results as a status for a step without touching the overall build status.
Downstream PRs: