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 Go is able to parse in order to help you understand why the build is broken. You can use Go with any XUnit style xml reports. Or you might create a flash video of your UI tests that we want displayed in Go. You can upload any html file from your build and view it in Go.

To publish artifacts you add a an <artifact> 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