-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
authorize-project:1.3.0
It would be great if there was support for the Declarative Pipeline syntax. Something like the following:
pipeline { agent any options { authorizeProject(specificUsersAuthorizationStrategy(userid: 'admin', dontRestrictJobConfiguration: false)) } stages { stage('Example') { steps { echo 'Hello World' } } } }
- links to