Bamboo Artifact Download

Active7 months ago

Oct 18, 2013  Can I download Bamboo built artifacts using Bamboo Rest - API? Nolio deployment - Deploy multiple artifacts from Bamboo build to different servers. In bamboo: Is there any way to download a shared artifact event if the shared artifact generating plan failed? Downloading Bamboo Artifacts. James Knight Jun 23, 2012. Is it possible to download an artifact generated by a build plan if it contains more than one file? The downside is Bamboo does a poor job in deploying artifacts. With that we would love to see integration between BuildMaster and Atlassian Bamboo to do the following: Grab artifacts from Bamboo when completed; Get triggered from Bamboo to do a deployment (such as automatically to test on successful build of test artifacts).

The best website for free high-quality Crayola fonts, with 7 free Crayola fonts for immediate download, and 9 professional Crayola fonts for the best price on the Web. Crayola font free download. Crayola Font Download. We hope this handwritten font will assist you in a way you like. And Make sure to produce as an elegant masterpiece, that surprise and satisfy your clients and audience requirements at the same time. If you like this typeface then give us your precious reviews about it. Every font is free to download, and 17 are 100% free for commercial-use! Find the best 83 free fonts in the Crayon style. Every font is free to download, and 17 are 100% free for commercial-use! Find the best 83 free fonts in the Crayon style. Every font is free to download, and 17 are 100% free for commercial-use!

Artifact

This page states:

Bamboo's REST APIs provide the following capabilities:

  • Retrieve the artifacts for a build.

and here I see the documentation:

http://myhost.com:8085/bamboo/rest/api/latest/plan/{projectKey}-{buildKey}/artifact [GET]

When I try this link with the bamboo server I have, like:

All I get is:

So am I understanding the REST documentation completely wrong, or is there something wrong possibly with MY-PLAN and this link is supposed to provide me a war file as I expect?

TylerH
16.6k10 gold badges57 silver badges72 bronze badges
Koray TugayKoray Tugay
9,67830 gold badges126 silver badges240 bronze badges

3 Answers

I'm afraid you are misunderstanding the REST documentation; by 'Retrieve the artifacts for a build', it means 'retrieves information about the build artifacts defined for a given plan'. As you have already seen, all you get back is an XML or JSON document describing the artifacts defined.

Widcomm bluetooth driver. If you want to download an actual build artifact, you'll need to write a script that uses /rest/api/latest/result/ to get the latest successful build info and, from that, form an actual download link to the artifact.

RCrossRCross
3,0383 gold badges26 silver badges36 bronze badges

There are some issues related to your question: https://jira.atlassian.com/browse/BAM-11706and BAM-16315 (which was deleted, because it contained customer details)

Bert Huijben
18.8k4 gold badges50 silver badges69 bronze badges
Bamboo Artifact Download
Oleksiy ChystoprudovOleksiy Chystoprudov

Download Build Artifacts

You've the link

Bamboo Artifact Downloads

Using curl you can download the artifact.

Ravi KishoreRavi Kishore

Not the answer you're looking for? Browse other questions tagged restbamboocontinuous-delivery or ask your own question.

Active5 years, 11 months ago

This page says that I can go straight to downloading that lastest artifact of a plan by navigating to http://server/bamboo/browse/MYBUILD/latest/artifact/logs/sample-log.log, but is there a way I can directly ask for the artifact of the latest build which succeeded?

Alexander BirdAlexander Bird
17.2k33 gold badges109 silver badges150 bronze badges

1 Answer

You can replace the 'latest' in the url with 'latestSuccessful' and that will return the most recent execution of that plan that was successful.

DuckPuppyDuckPuppy
7721 gold badge7 silver badges18 bronze badges

Not the answer you're looking for? Browse other questions tagged bamboo or ask your own question.