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:
ビルドのアーティファクトを表示する方法は次のとおりです。
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:
/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
4 Comments
Anonymous
Jan 19, 2011I am using version 2.7.3 and the /latest path on artifact url give me Page Not Found error.
derek berger
Mar 21, 2011How 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.
Bob Swift
Apr 23, 2011Prior to 2.7, the build log was automatically provided as an artifact. How do you configure to get the build log as an artifact?
Anonymous
May 03, 2011I would like to get a link to the artifacts from the last *successful* build. Cant it be done ?
Thanks