All Versions
Bamboo 5.13Bamboo 5.7.x
Bamboo 5.6.x
More...
After a build has run, you can view the artifacts that were produced by all of the Jobs in the plan. You can also view the latest version of an artifact from the most recent build.
Artifacts are files created by a Job build (e.g. JAR files). Artifact definitions are used to specify which artifacts to keep from a build and are configured for individual Jobs.
On this page:
To view a build's artifacts:
If you would like to view the latest version of an artifact from the most recent build, you can manually edit the build artifact URL to retrieve it.
*To view the latest version of an artifact from the most recent build:
/latest
'.
os_username
and os_password
parameters to the URL to access the files.For example, if the URL for your artifact is:
http://server/bamboo/browse/MYBUILD-254/artifact/logs/sample-log.log
You would replace '-254
' with /latest
:
http://server/bamboo/browse/MYBUILD/latest/artifact/logs/sample-log.log
Screenshot above: Build Artifacts