-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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-62183] Allow user with Jenkins.MANAGE to access global config #896
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.
Needs the jsr-305 annotations changed.
Needs to use Jenkins 2.204.1 if at all possible.
JSR-305 annotations have been removed from the plugin
Co-authored-by: Mark Waite <[email protected]>
@MarkEWaite Ready for review again |
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.
Test successfully executed forcing -Djenkins.version=2.224
JENKINS-62183 - Allow user with Jenkins.MANAGE permission to access global config for the git plugin
Checklist
Types of changes
What types of changes does your code introduce?