This documentation relates to an earlier version of Bamboo.
View

Unknown macro: {spacejump}

or visit the current documentation home.

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:

Viewing the Artifacts for a Build

ビルドのアーティファクトを表示する方法は次のとおりです。

  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. ビルド アーティファクトの URL をコピーします。
  2. ビルド アーティファクトの URL をブラウザーに貼り付け、URL 内のビルド番号を「/latest」で置き換えます。
    • ログインしてアーティファクトを表示する必要がある場合は、os_username および os_password パラメーターを URL に追加して、ファイルにアクセスすることができます。

たとえば、アーティファクトの URL が、
http://server/bamboo/browse/MYBUILD-254/artifact/logs/sample-log.log
の場合、「-254」を /latest で置き換えます:
http://server/bamboo/browse/MYBUILD/latest/artifact/logs/sample-log.log

Screenshot above: Build Artifacts

関連トピック