This is the documentation for Bamboo 5.5. View this page for the

Unknown macro: {spacejump}

of Bamboo, or visit the latest Bamboo documentation.

ビルドを実行すると、計画内のジョブすべてによって生成されたアーティファクトを表示できます。また、最新ビルドからアーティファクトの最新バージョンを表示することもできます。

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.

ビルドのアーティファクトを表示する

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

  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 definitionsfor 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'.

最新ビルドからアーティファクトの最新バージョンを表示する

最新ビルドからアーティファクトの最新バージョンを表示するには、ビルド アーティファクトの URL を手動で編集して取得できます。

最新ビルドからアーティファクトの最新バージョンを表示する方法は次のとおりです。

  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

スクリーンショット: ビルド アーティファクト