Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-9996

Have the possibility to change the user and group ACL's on artifacts

      In some cases, artifacts needs to be executable or modifiable. Particularly for Copy Artifact and Artifact Deployer, have an option to change the rwx for user and group (other could be too risky).
      For example, two choice list (one for user, one for group) with one possible choice among :
      default
      r
      rw
      rx
      rwx

      default for both user and group being the current settings.

          [JENKINS-9996] Have the possibility to change the user and group ACL's on artifacts

          Alan Harder added a comment -

          See JENKINS-9741 for copyartifact.. the next release has a partial fix so you can preserve permissions when using the "flatten" option.

          Alan Harder added a comment - See JENKINS-9741 for copyartifact.. the next release has a partial fix so you can preserve permissions when using the "flatten" option.

          Code changed in jenkins
          User: Gregory Boissinot
          Path:
          lib/ant-filesystem-tasks-0.0.2.jar
          pom.xml
          src/main/java/org/jenkinsci/plugins/artifactdeployer/ArtifactDeployerBuilder.java
          src/main/java/org/jenkinsci/plugins/artifactdeployer/ArtifactDeployerPublisher.java
          src/main/java/org/jenkinsci/plugins/artifactdeployer/service/ArtifactDeployerCopy.java
          src/main/java/org/jenkinsci/plugins/artifactdeployer/service/LocalCopy.java
          http://jenkins-ci.org/commit/artifactdeployer-plugin/2d989ecbc2eb024a1a6efd0f992a54dda034c61c
          Log:
          Fixed partially JENKINS-9996 - Conserve file permission to copy

          Compare: https://github.com/jenkinsci/artifactdeployer-plugin/compare/172503a...2d989ec

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Gregory Boissinot Path: lib/ant-filesystem-tasks-0.0.2.jar pom.xml src/main/java/org/jenkinsci/plugins/artifactdeployer/ArtifactDeployerBuilder.java src/main/java/org/jenkinsci/plugins/artifactdeployer/ArtifactDeployerPublisher.java src/main/java/org/jenkinsci/plugins/artifactdeployer/service/ArtifactDeployerCopy.java src/main/java/org/jenkinsci/plugins/artifactdeployer/service/LocalCopy.java http://jenkins-ci.org/commit/artifactdeployer-plugin/2d989ecbc2eb024a1a6efd0f992a54dda034c61c Log: Fixed partially JENKINS-9996 - Conserve file permission to copy Compare: https://github.com/jenkinsci/artifactdeployer-plugin/compare/172503a...2d989ec

            gbois Gregory Boissinot
            jlpinardon jlpinardon
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: