-
Type:
Improvement
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: artifactdeployer-plugin, copyartifact-plugin, core
-
Labels:None
-
Similar Issues:
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.
- is related to
-
JENKINS-9741 Copy artifact loses file permissions
-
- Resolved
-
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 copyCompare: https://github.com/jenkinsci/artifactdeployer-plugin/compare/172503a...2d989ec