-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: authorize-project-plugin
-
None
-
Environment: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