-
Notifications
You must be signed in to change notification settings - Fork 25
Add Support for Agent Roles #11
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
Add Support for Agent Roles #11
Conversation
I think that this PR is ready now. Just waiting for a conclusion on #3 |
CI not triggering a build |
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.
Not sure what is going with CI here. If reopens do not help, just push a commit with some change.
The code looks good to me so IMHO we can merge it into the master branch for alpha/beta
* | ||
* @param role the role to be updated | ||
*/ | ||
private void updateAclForAgentRole(@Nonnull AgentRole role) { |
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.
Not important: could look better with "ACL"
into agent-roles # Conflicts: # src/main/java/io/jenkins/plugins/folderauth/FolderAuthorizationStrategyManagementLink.java # src/main/resources/io/jenkins/plugins/folderauth/FolderAuthorizationStrategyManagementLink/index.jelly # src/main/resources/io/jenkins/plugins/folderauth/FolderAuthorizationStrategyManagementLink/index.properties
I am merging it now. After that, I will update #3 with the changes for agent roles. |
This pull request is a draft because it depends on #3
and is a work-in-progress.