This documentation relates to an earlier version of Bamboo.
View

Unknown macro: {spacejump}

or visit the current documentation home.

An artifact is something created by a build. There are two types of artifacts:

  • User-defined artifacts (e.g. JAR files) are specified in the build's plan by a Bamboo administrator.
  • Auto-generated artifacts are created automatically by Bamboo.

To view a build's artifacts,

  1. Go to the build result.
  2. Click the 'Artifacts' tab.

If you would like to view the latest version of an artifact for a latest build, you can manually edit the URL to retrieve it, as follows:

To view the latest version of an artifact for a build,

  1. Copy the URL for the build artifact.
  2. Paste the URL for the build artifact in your browser and replace the build number in the URL with '/latest'
    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
    If you need to login to view the artifacts, you can append os_username & os_password parameters to the URL to access the files.

Screenshot: 'Build Artifacts'