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

CopyArchiver deprecated - how do I use the Artifact deployer plugin?

XMLWordPrintable

      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.

            gbois Gregory Boissinot
            tfields Thomas Fields
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: