The startBuildActivity and completeBuildActivity tasks enable a build to provide detailed progress information. These tasks enable you to associate activity labels with build steps, such as compiling, testing, or packaging. For advanced builds, the tasks support hierarchical and parallel activities.
For a running build, you can view build activity states and durations in the build result editor, on the Activities page.
Most builds produce useful output, such as an executable program, a packaged zip file, or other artifacts. The artifactLinkPublisher and artifactFilePublisher tasks enable your build to publish these artifacts. The artifacts are available in the build result editor, on the Downloads page.
The Jazz Build Engine automatically publishes the entire build log. However, the build can also produce other log files. You can use the logPublisher task to publish these additional logs. All logs are available in the build result editor, on the Logs page.
Did this help? You can provide feedback at Jazz.net (registration required): Comment in the forums or submit a bug