bamboo-artifactory-plugin
bamboo-artifactory-plugin copied to clipboard
Add conan support to Bamboo Artifactory plugin
In Jenkins (with the Jenkins Artifactory plugin installed) you can use Conan functionality. For example in a pipeline script:
client = Artifactory.newConanClient() def b = client.run(command: "install ..")
Unfortunately the Bamboo Artifactory plugin doesn't provide similar functionality yet to use Conan in Bamboo build plans.
It would be very nice if this could be implemented.
Bamboo Artifactory plugin affected: 2.6.2 Conan version 1.14.4 (but not really relevant to this issue)
Note that conan.io/conan#5066 is a duplicate of this issue.