Created
March 24, 2016 07:29
-
-
Save thall/6f3b0358e113722ad3fc to your computer and use it in GitHub Desktop.
Jenkins 2.0 Matrix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
GlobalMatrixAuthorizationStrategy strategy = new GlobalMatrixAuthorizationStrategy() | |
strategy.add(Jenkins.ADMINISTER,'authenticated') | |
Jenkins.getInstance().setAuthorizationStrategy(strategy) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment