[ 
https://issues.jenkins-ci.org/browse/JENKINS-10360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161312#comment-161312
 ] 

gbois commented on JENKINS-10360:
---------------------------------

Please make a new issue, It is more easier to answer you and to keep track of 
it.
                
> CopyArchiver deprecated  - how do I use the Artifact deployer plugin?
> ---------------------------------------------------------------------
>
>                 Key: JENKINS-10360
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-10360
>             Project: Jenkins
>          Issue Type: Bug
>          Components: artifactdeployer
>    Affects Versions: current
>            Reporter: Thomas Fields
>            Assignee: gbois
>
> Hi,
> Previously I was using the 
> https://wiki.jenkins-ci.org/display/JENKINS/CopyArchiver+Plugin but I have 
> noticed that this has been deprecated and replaced with 
> https://wiki.jenkins-ci.org/display/JENKINS/ArtifactDeployer+Plugin.
> In the config.xml from my project I used to have:
> {code:xml}
> <com.thalesgroup.hudson.plugins.copyarchiver.CopyArchiverPublisher>
>       
> <sharedDirectoryPath>${JENKINS_HOME}\jobs\External_Bullet\builds\${BUILD_ID}</sharedDirectoryPath>
>       <flatten>false</flatten>
>       <deleteShared>false</deleteShared>
>       <archivedJobList>
>         <com.thalesgroup.hudson.plugins.copyarchiver.ArchivedJobEntry>
>           <jobName>External_Bullet</jobName>
>           <pattern>tfields/Live/GameEngine/Lib/**/*.lib, 
> tfields/Live/GameEngine/Lib/**/*.pdb, 
> tfields/Live/GameEngine/Lib/**/*.a</pattern>
>           <excludes></excludes>
>         </com.thalesgroup.hudson.plugins.copyarchiver.ArchivedJobEntry>
>       </archivedJobList>
>     </com.thalesgroup.hudson.plugins.copyarchiver.CopyArchiverPublisher>
> {code}
> How do I do the same with the new Artifact deployer plugin? For starters, I 
> don't see any option to specify the shared directory.
> Thanks in advance.
> Tom.

--
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

        

Reply via email to