Currently, our build artifacts (snapshots and releases) get uploaded to our Nexus instance (a maven repository). Our Nexus repo is our definitive location for artifacts. When an application is deployed to an environment (DEV, UAT, QA, PROD), it is taken directly out of Nexus.
We've been looking at Bamboo "Deployment Plans", but the issue we are having is with using Bamboo shared artifacts.
Since a build already places the desired artifact into Nexus, we would much rather use Nexus as for sharing artifacts, rather than Bamboo. Is there any way to do this? It seems wrong for us to be putting an artifact into Nexus, but also keeping a copy of that artifact in Bamboo as a shared artifact to to go from one stage/plan to another. Ideally, we would just fetch it back from Nexus as required.
My concern is that there may end up being some discrepancy between our official sanctioned artifacts (those in Nexus) and whatever Bamboo is using as a shared artifact.
I saw this plugin a couple of weeks ago and it seem like it is doing what you want it to do...
https://marketplace.atlassian.com/plugins/com.atlassian.bamboo.maven.sharing.bamboo-maven-artifact-sharing-plugin
In theory, the following could also work... I envision that you could save GAV coordinates in a text file to be read in by the inject properties plugin.... and use those values within https://marketplace.atlassian.com/plugins/org.gaptap.bamboo.maven.maven-artifact-download-pluginin your deploy plan.
Thanks Roy,
I've accepted your answer because I think those options are about the best I can hope for at this time. Unfortuantely, neither is really all that great (not your fault, of course).
The first option looks very promissing until you realize that it creates local throw-away maven repos for each plan. I find this to be a bit of a head scratcher, since it doesn't really offer any benefit over the current Bamboo artifact sharing. If you could configure Bamboo to use your actual repository (like Nexus), then my problem would be solved!
I did look briefly into the 2nd option, but it's more work than it should be, and likely fragile as well.
My hope is that Atlassian puts more work into the Maven Artifact Sharing Plugin.
Thanks again!
Andrew
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi All,
We are 4 years later now and it seems that Bamboo still does not natively support storing shared artifacts in Nexus or other popular repos, with the exception of Amazon S3. Am I missing something, or does it seem that there is no way to specify Nexus a a remote storage location for artifact. Currently, I just have a step in my deployment plan that downloads the artifact from Nexus using Maven plug-in, and then proceeds to do the rest.
Thanks,
Jorge
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I agree, I would prefer to use an existing artifact repository, rather than bamboo sharing, is there any way to bump this or possibly request such a useful feature?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.