From ad41b3b5330c993ee0180aec49e6af1f2d01d7ff Mon Sep 17 00:00:00 2001 From: Min Zhang Date: Tue, 10 Apr 2018 17:59:09 -0700 Subject: [PATCH] fix: add doc for SD_TEMPLATE env vars (#166) * fix: add doc for SD_TEMPLATE env vars * Update environment-variables.md --- docs/user-guide/environment-variables.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/user-guide/environment-variables.md b/docs/user-guide/environment-variables.md index ece6197d..f1d0797b 100644 --- a/docs/user-guide/environment-variables.md +++ b/docs/user-guide/environment-variables.md @@ -35,6 +35,8 @@ _Note: Environment variables set in one job cannot be accessed in another job. T | SD_BUILD_ID | Build number (e.g.: 1, 2, etc) | | SD_PULL_REQUEST | Pull Request number (blank if non-PR) | | SD_TOKEN | JWT token for the build | +| SD_TEMPLATE_NAME | Name of the template the job is using (blank if not using template) | +| SD_TEMPLATE_VERSION | Version of the template the job is using (blank if not using template)| ## Directories @@ -64,6 +66,7 @@ _Note: Environment variables set in one job cannot be accessed in another job. T | SD_API_URL | Link to the Screwdriver API URL | | SD_STORE_URL | Link to the Screwdriver Store URL | + ## Continuous Integration | Name | Value |