This documentation relates to QuickBuild 12.0.x
Select here if you are using a different version

Publish Build Artifacts

Artifacts can be published to build server during the build process. These artifacts can be manually downloaded by user from QuickBuild web interface, or can be used as dependency while building other projects. To publish artifacts, just add the step Publish -> Artifacts from the step menu.

Properties in the artifact publish step are explained in the online help, and we will not repeat it here. Instead, we will give an example to help you better understand how to publish the artifacts. Suppose the workspace has the following directory structure:

distribution/
  file1.zip
  file2.zip
docs/
  file1.doc
  file2.doc

And we want that the artifact directory has following directory structure after publish step:

file1.zip
file2.zip
userguide/
  file1.doc
  file2.doc

To accomplish this, you will need two artifact publish steps, one that publishes zip files, and the another that publishes doc files. Key property of the zip publish step are listed below:

  • from directory: distribution
  • files to publish: *.zip
  • destination directory: <left empty>

Key properties of the doc publish step are:

  • from directory: docs
  • files to publish: *.doc
  • destination directory: userguide

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.