Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
Misspelling of CC_BUILD_ARTIFACTS in manual
Browse files Browse the repository at this point in the history
  • Loading branch information
clarabstract committed Jan 31, 2014
1 parent 929a271 commit d4d5c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/documentation/manual.html.red
Expand Up @@ -152,7 +152,7 @@ p(hint). Hint: You cannot set both the <code>rake_task</code> and <code>build_co
h1(#handling_custom_build_artifacts). What should I do with custom build artifacts?

Some build tasks generate custom output, like test coverage statistics, that you may want to keep and see on the build page.
CruiseControl.rb supports the integration of that output by setting the <strong>CC_BUILD_ARTFACTS</strong> environment variable
CruiseControl.rb supports the integration of that output by setting the <strong>CC_BUILD_ARTIFACTS</strong> environment variable
to a directory that's been set aside specifically to collect them.

If you ensure that your special task writes its output to that directory or a subdirectory of it, then the resulting build artifacts page will automatically include links to every file or subdirectory found in the build artifacts directory.
Expand Down

0 comments on commit d4d5c10

Please sign in to comment.