This page last changed on Apr 07, 2008 by alui.

A plan's artifacts are any reports, websites or files (e.g. JAR files) which you wish to keep after each build.Artifacts are copied to a subdirectory (/PLAN_KEY/download_data/) under your 'Build Directory' folder (see 7.1 Locating Important Directories and Files). Artifacts which you define in the plan are listed in each build result as User-defined artifacts (see 3.4 Viewing a Build's Artifacts in the Bamboo User's Guide).
To specify a plan's build artifacts,

If you are creating a new plan, start at step 5.

  1. Click 'Home' to go to the Dashboard.
  2. Click the 'All Plans' tab.
  3. Locate the plan in the list and click this icon:
  4. The 'Configuration' tab will be displayed. Click the 'Build Artifacts' sub-tab.
  5. The 'Build Artifacts' tab will be displayed (see screenshot below).
  6. In the 'Artifact Label' field, specify the name which Bamboo will use to describe the artifact.
  7. In the 'Artifact Copy Pattern' field, specify the name (or Ant file copy pattern) of the artifact(s) you want to keep.
  8. In the 'Source Directory' field, specify the directory (including path) where Bamboo will look for your artifact.
  9. Click the 'Save' button if you are editing an existing plan; or if you are creating a new plan, click the 'Next' button and go to 1.2.6 Specifying a Plan's Notifications.

For example, if you want to keep the latest version of a JAR you have built, you could specify Artifact Copy Pattern to be '*/.jar' and the Source Directory to be 'target'.
Screenshot: 'Build Artifacts' 


















Document generated by Confluence on Apr 14, 2008 01:39