[
https://issues.jenkins-ci.org/browse/JENKINS-10360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161306#comment-161306
]
jitesh shivnani commented on JENKINS-10360:
-------------------------------------------
Not sure if i am doing it right but its not working for remote deployment for
me. Below are my repository configs-
local repository - /home/usr/workspace/build/
remote repository - //someserver/home/usr/build
the build is going inside tomcat bin folder for some reason. Also i want to
know if my remote server has some other credentials how can i pass them in url?
Note - it is working find if i give some local location in remote repository
> 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