I can get a page which contains the URL to the artifact for a Job in a plan using the following;
http://bamboo/browse/<plankey>-<jobname>/latest/artifact/<artifactname>
but sometimes the latest build has failed and not produced any artifacts. I found /latestSuccessful but http://bamboo/browse/<plankey>-<jobname>/latestSuccessful/artifact/<artifactname> does not work (404)
- duplicates
-
BAM-2357 Link to artifacts from the latest successful build
- Closed
Whilst we're at it, would be cool to be able to download a single .zip file for all artifacts:
BAM-2028