From 725fc8f809cd348ff72d6be42a8d698c51302412 Mon Sep 17 00:00:00 2001 From: Steve B Date: Mon, 31 Mar 2014 00:48:36 -0700 Subject: [PATCH] Add interoplation vars --- Interpolation.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Interpolation.md 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