This documentation relates to Bamboo 3.4.x
If you are using an earlier version, please view the previous versions of the Bamboo documentation and select the relevant version.
Skip to end of metadata
Go to start of metadata

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.

Viewing the Artifacts for a Build

To view a build's artifacts:

  1. Go to the build result. See Viewing a Build Result for instructions.
  2. Click the 'Artifacts' tab. The artifacts produced by the Jobs in the plan will be displayed. The artifact definitions for a Job determine which artifacts are kept and which artifacts are shared with other Jobs in the plan.
    • The artifacts that are marked as shared (in the artifact definitions) are listed under 'Shared Artifacts'.
    • The artifacts that are not marked as shared (in the artifact definitions) are listed under 'Job Artifacts'.

Viewing the Latest Version of an Artifact from the Most Recent Build

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:

  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'.
    • If you need to log in to view the artifacts, you can append 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

Related Topics
  1. Jan 18, 2011

    Anonymous

    I am using version 2.7.3 and the /latest path on artifact url give me Page Not Found error.

  2. Mar 21, 2011

    How may I view latest build's artifacts? Previously, the following URL would do the trick

    http://MYSERVER/download/MYBUILD/artifacts/latest/Results1/index.html

    But now, I can only view artifacts for individual builds, as follows:

    http://MYSERVER/browse/MYBUILD-JOB1-404/artifact/Results1/index.html

    Also using version 2.7.3.

  3. Apr 23, 2011

    Prior to 2.7, the build log was automatically provided as an artifact. How do you configure to get the build log as an artifact?

  4. May 03, 2011

    Anonymous

    I would like to get a link to the artifacts from the last *successful* build. Cant it be done ?

    Thanks