Hi, I am trying to build deployment pipeline where artifact from commit stage (.war file) are copied from Artifactory repository into downstream projects without rebuilding. My first jenkins job, commit stage, put .war files into artifactory repository.
INFO] Artifactory Build Info Recorder: Deploying artifacts to http://artifactory.artstor.org/artifactory/libs-release-local [INFO] Deploying artifact: http://artifactory.artstor.org/artifactory/libs-snapshot-local/org/artstor/fedlet/0.0.1-SNAPSHOT/fedlet-0.0.1-SNAPSHOT.war [INFO] Deploying artifact: http://artifactory.artstor.org/artifactory/libs-snapshot-local/org/artstor/fedlet/0.0.1-SNAPSHOT/fedlet-0.0.1-SNAPSHOT.pom [INFO] Artifactory Build Info Recorder: Deploying build info ... [INFO] Deploying build info to: http://artifactory.artstor.org/artifactory/api/build Now I want to copy those artifacts into downstream jobs the same way as "Copy Artifacts" plugin does. Get .war file from repository and perform build action on it. I could not figure out how to get those artifact into Jenkins job on configuration page. Is it possible with open source edition of Artifactory? -- View this message in context: http://forums.jfrog.org/Deployment-pipeline-with-Artifactory-tp6816775p6816775.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
