diff --git a/Interpolation.md b/Interpolation.md new file mode 100644 index 0000000..50b5bf7 --- /dev/null +++ b/Interpolation.md @@ -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 \ No newline at end of file