mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-11 01:55:27 +00:00
add build number to docs [CI SKIP]
This commit is contained in:
parent
84a0ef1f89
commit
5940050ccb
1 changed files with 1 additions and 0 deletions
1
docs/build/env.md
vendored
1
docs/build/env.md
vendored
|
@ -31,6 +31,7 @@ Drone also injects `CI_` prefixed variables for compatibility with other systems
|
|||
|
||||
A subset of variables may be substituted directly into the Yaml at runtime using the `$$` notation:
|
||||
|
||||
* `$$BUILD_NUMBER` build number for the current build
|
||||
* `$$COMMIT` git sha for the current build, long format
|
||||
* `$$BRANCH` git branch for the current build
|
||||
* `$$REPO` repository full name (in `owner/name` format)
|
||||
|
|
Loading…
Reference in a new issue