-
Bug
-
Resolution: Fixed
-
Major
-
None
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:
<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>
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.