Build Artifacts

You are viewing an old version (v. 5) of this page.
The latest version is v. 10, last edited on Aug 05, 2009 (view differences | )
<< View previous version | view page history | view next version >>

Access build artifacts

If published, build artifacts will be available for download from build overview page as below:

Build artifacts can also be accessed from dashboard by hovering mouse over the more link of a build.

Permanent links to artifacts

Permanent links to artifacts are constructed in the form of:

http://<host>:<port>/download/<build id>/artifacts/<relative path to artifacts>

Take the above screenshot for example, assume the host and port to be build_server:8810, the permanent link to file productA-1.0.3.jar will be:

http://build_server:8810/download/42/artifacts/distribute/productA-1.0.3.jar

Patterns can be used in the permanent link to refer to a set of files, for example:

Permanent Link Description
http://build_server:8810/download/42/artifacts/distribute/** This url refers to all files recursively contained in the distribute folder.
http://build_server:8810/download/42/artifacts/*/.java This url refers to all artifacts that are java source files
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.