ikedam commented on Bug JENKINS-22460

The current (Jenkins 1.567, matrix-project-plugin 1.2, maven-plugin 2.3) feature of artifacts permission in Jenkins:

  • When launching Jenkins with "-Dhudson.security.ArtifactsPermission=true", Run.Artifacts is shown in "Matrix-based security" and " Project-based Matrix Authorization Strategy" in the Global Security Configuration page and "Enable project-based security" in the project configuration page.
  • Jenkins seems not support per run ACL.
    • Run.getACL() returns getParent().getACL()
    • none of subclasses of Run does not override getACL()
      • hudson.model.AbstractBuild
      • hudson.model.Build
      • hudson.model.FreeStyleBuild
      • hudson.matrix.MatrixBuild
      • hudson.matrix.MatrixRun
      • hudson.maven.AbstractMavenBuild
      • hudson.maven.MavenBuild
      • hudson.maven.MavenModuleSetBuild
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to