Add interoplation vars

Steve B 2014-03-31 00:48:36 -07:00
commit 725fc8f809

12
Interpolation.md Normal file

@ -0,0 +1,12 @@
Most strings used in the build configuration can have variables related to the build inserted into them with the following syntax:
"My important message is about %SOMETHING%"
Where something can be one of the following:
* COMMIT
* PROJECT
* BUILD
* PROJECT_TITLE
* BUILD_PATH
* BUILD_URI