0

Is there a way to make a deployment plan use artifacts from Artifactory rather than only shared artifacts from build plans in Bamboo?

I could only find the Artifactory Plugin for Bamboo, but that doesn't seem like it does, what I need.

Vince
  • 1,517
  • 2
  • 18
  • 43
  • The Artifactory plugin sure does what you need. Which build tool are you using? – JBaruch Nov 29 '13 at 17:34
  • I'm using Maven. As far as I could see, the plugin only allows me to deploy into artifactory, but not get artifacts from there and deploy them with a deployment plan. – Vince Dec 02 '13 at 07:54
  • When using Maven, the declared dependencies in pom file will be retrieved from Artifactory. Isn't it what you look for? – JBaruch Dec 02 '13 at 11:56
  • No, I'm looking for a way to deploy artifacts from Artifactory onto another machine with a Bamboo deployment-plan. – Vince Dec 03 '13 at 08:38
  • 2
    Got it. With any other supported build server we have generic resolution feature to define which artifacts you want to download from Artifactory (as a first step, prior to deployment), but currently not with Bamboo. – JBaruch Dec 03 '13 at 11:11

0 Answers0