An artifact is something created by a Job build. There are two types of artifacts:
- User-defined artifacts (e.g. JAR files) are specified in the Job's configuration by a Bamboo administrator.
- Auto-generated artifacts are created automatically by Bamboo.
Viewing a Build's Artifacts
To view a build's artifacts:
- Go to the build result.
- Click the 'Artifacts' tab.
If you would like to view the latest version of an artifact for a latest build, you can manually edit the URL to retrieve it, as follows:
To view the latest version of an artifact for a 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
'
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
If you need to login to view the artifacts, you can append os_username & os_password parameters to the URL to access the files.
Screenshot above: Build Artifacts
Notes