-
Bug
-
Resolution: Fixed
-
Minor
Probably GlobalMatrixAuthorizationStrategy.PermissionAdderImpl.add should call Jenkins.getInstance().save() before returning true. Otherwise adding ADMINISTER for the first user does not seem to take effect on disk until you resave the main configuration screen.
- links to
Code changed in jenkins
User: Daniel Beck
Path:
src/main/java/hudson/security/GlobalMatrixAuthorizationStrategy.java
http://jenkins-ci.org/commit/matrix-auth-plugin/271cf2c34f3cb1a01765d077dab228044d8fcb96
Log:
[FIX JENKINS-20520] Save Jenkins after adding global user permission