Skip to content

Commit

Permalink
fix: add doc for SD_TEMPLATE env vars (#166)
Browse files Browse the repository at this point in the history
* fix: add doc for SD_TEMPLATE env vars

* Update environment-variables.md
  • Loading branch information
minzcmu authored and tkyi committed Apr 11, 2018
1 parent 3770cdf commit ad41b3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/user-guide/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 |
Expand Down

0 comments on commit ad41b3b

Please sign in to comment.