Add explicit notification level support#88
Conversation
|
Thanks @mycroes . If you could submit one more change in this pull request, it should pass the checks on ci.jenkins.io, once your unit test is fixed so that it passes. Run the command That will make this pull request include the fix that is needed on the master branch for: If you're willing to become a maintainer of the plugin, I'm sure we can find people to help with the next steps, like updating the plugin to use Java 17. We have tools that can automate many of those steps, but need a plugin maintainer to review the changes and merge them. |
I assumed I'd rebase on #87, but included it now.
Sure, I would definitely need some help getting the tests into functioning state, but might be enough if there's a comparable plugin on pipeline workflow level (and someone can point me to that). Let me know how to proceed on this. Thanks for your help and guidance! |
Adds a
notifyproperty forgerritReviewthat can be set explicitly. This permits the user to avoid the implicitNotifyHandling.ALLdefault when no value is set.This PR solves part of JENKINS-73786.
Testing done
Added a corresponding unit test.
Submitter checklist