Skip to content

Commit

Permalink
fix: Add new git env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
tkyi committed Nov 3, 2017
1 parent a409a62 commit 3c0fd0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/user-guide/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ _Note: Environment variables set in one job cannot be accessed in another job. T
| Name | Value |
|------|-------|
| SCM_URL | SCM URL that was checked out |
| GIT_URL | SCM URL that was checked out with .git appended |
| GIT_BRANCH | Reference for PR or the branch (e.g.: `origin/refs/${PRREF}` or `origin/${BRANCH}`) |

## URLs

Expand Down

0 comments on commit 3c0fd0f

Please sign in to comment.