From f363bae0c97286d4b3129acfa75ce236a5463ffc Mon Sep 17 00:00:00 2001 From: REBELinBLUE Date: Tue, 23 Dec 2014 11:01:04 -0800 Subject: [PATCH] Adding additional variables and descriptions --- Interpolation.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/Interpolation.md b/Interpolation.md index 29f615b..030df35 100644 --- a/Interpolation.md +++ b/Interpolation.md @@ -5,9 +5,14 @@ Most strings used in the build configuration can have variables related to the b Where something can be one of the following: -* COMMIT -* PROJECT -* BUILD -* PROJECT_TITLE -* BUILD_PATH -* BUILD_URI +* COMMIT - The commit hash +* SHORT_COMMIT - The shortened version of the commit hash +* COMMIT_EMAIL - The email address of the committer +* COMMIT_URI - The URL to the commit +* BRANCH - The name of the branch +* BRANCH_URI - The URL to the branch +* PROJECT - The ID of the project +* BUILD - The build number +* PROJECT_TITLE - The name of the project +* BUILD_PATH - The path to the build +* BUILD_URI - The URL to the build in PHPCI \ No newline at end of file