-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: pipeline-model-definition-plugin
-
Labels:None
-
Environment:Jenkins 2.23.3, Pipeline: Model Definition 1.1.1
-
Similar Issues:
It seems that the Overall/Administer permission is required to perform:
ssh -p ${JENKINS_PORT} ${USERNAME}@${JENKINS_HOST} declarative-linter < pipeline
Without this permission the following output is generated:
ERROR:${USERNAME} is missing the N/A/GenericRead permission
It seems there is no way to allow non-administrators to perform this action.
- links to
I wonder if this could be due to the use of hudson.security.Permission.READ. Shouldn't this be hudson.model.Hudson.Read instead ?