Gerd Zanker created JENKINS-13841:
-------------------------------------
Summary: "Base folder" for deploying the artifacty from source
folder to remote directory
Key: JENKINS-13841
URL: https://issues.jenkins-ci.org/browse/JENKINS-13841
Project: Jenkins
Issue Type: Improvement
Components: artifactdeployer
Reporter: Gerd Zanker
Assignee: Gregory Boissinot
Priority: Critical
Issue created because of some comments
(https://wiki.jenkins-ci.org/display/JENKINS/ArtifactDeployer+Plugin?focusedCommentId=58003116#comment-58003116)
and my own needs.
Example content inside this directory
{{distribution/target/distribution-0.0.1-SNAPSHOT-bin/cdInstallation/**}}
* {{testDir/testFile1.txt}}
* {{testFile2.txt}}
*Files to deploy
{{distribution/target/distribution-0.0.1-SNAPSHOT-bin/cdInstallation/**}}*
*Remote directory
{{\\some-server\Staging\some-directory\CD-Installation-$BUILD_ID}}*
The *expected result* in Remote directory
{{\\some-server\Staging\some-directory\CD-Installation-$BUILD_ID}} is
* {{testDir/testFile1.txt}}
* {{testFile2.txt}}
A deploy with release 0.16 results in this content of Remote directory
{{\\some-server\Staging\some-directory\CD-Installation-$BUILD_ID}} is
*
{{distribution/target/distribution-0.0.1-SNAPSHOT-bin/cdInstallation/testDir/testFile1.txt}}
*
{{distribution/target/distribution-0.0.1-SNAPSHOT-bin/cdInstallation/testFile2.txt}}
and if the flatten option is used I would get also not the expected content of
Remote directory
{{\\some-server\Staging\some-directory\CD-Installation-$BUILD_ID}} because the
{{testDir}} is gone.
* {{testFile1.txt}}
* {{testFile2.txt}}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira