-
Bug
-
Resolution: Fixed
-
Major
https://github.com/jenkinsci/copyartifact-plugin/pull/26/files#r11160862
Also you should be checking Run.ARTIFACTS, if Functions.isArtifactsPermissionEnabled(). Cf. Run.doArtifact. Note that ARTIFACTS is scoped to Run not Item so you would need to check this after computing src, not as part of canReadFrom.
It can be enabled setting a system property hudson.security.ArtifactsPermission.
https://wiki.jenkins-ci.org/display/JENKINS/Features+controlled+by+system+properties
- depends on
-
JENKINS-22949 QueueItemAuthenticator fallback behavior cleanup
- Resolved
- is related to
-
JENKINS-24888 Complete runtime permission check of Copyartifact
- Closed