Viewing a build's artifacts
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.
成果物は、ジョブのビルドによって作成されたファイルです(JAR ファイルなど)。成果物定義は、ビルドから保持する成果物を指定するのに使用され、個々のジョブに対して設定されます。
Viewing the artifacts for a build
To view a build's artifacts:
- Go to the build result. See Viewing a build result for instructions.
- 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.
このページの内容
関連ページ
Viewing the latest version of an artifact from the latest build
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:
- Copy the URL for the build artifact.
- 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
andos_password
parameters to the URL to access the files.
- If you need to log in to view the artifacts, you can append
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: Build Artifacts