Help documentation

Publishing artifacts

When executing a job on an agent there are often artifacts created that we need to keep around. For example, JUnit creates xml reports that Cruise is able to parse in order to help you understand why the build is broken. Or you might create a flash video of your UI tests that we want displayed in Cruise.

To publish artifacts you add a an <artifact> tag to the job configuration. More information can be found on the Managing artifacts and reports page.

Example usages

Uploading JUnit xml reports

Uploading a flash video and displaying it as a sub-tab