Add interoplation vars
parent
3f9fa66b7b
commit
725fc8f809
1 changed files with 12 additions and 0 deletions
12
Interpolation.md
Normal file
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue