diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-12-04 09:55:14 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-12-04 09:55:14 -0500 |
commit | 78a7f97b278925cfeaf9907c7a649b897d56103c (patch) | |
tree | a76f348c2af57a587c6bf631ca674ba4f38b4ba3 /builds.sr.ht/index.md | |
parent | 8bc40dba12766bebb9951deda39dc61cff00d054 (diff) | |
download | sr.ht-docs-78a7f97b278925cfeaf9907c7a649b897d56103c.tar.gz |
builds.sr.ht: document new environment variables
Diffstat (limited to 'builds.sr.ht/index.md')
-rw-r--r-- | builds.sr.ht/index.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/builds.sr.ht/index.md b/builds.sr.ht/index.md index e01cba8..93c0794 100644 --- a/builds.sr.ht/index.md +++ b/builds.sr.ht/index.md @@ -103,6 +103,12 @@ The actual shell varies depending on your build image. `~/.buildenv` contains the environment variables you specified in your manifest, but feel free to modify it to communicate state between build steps. +The following environment variables are defined for all builds: + +- **JOB_ID**: The ID assigned to this build job +- **JOB_URL**: The URL at which the build logs and information can be viewed + with a web browser + # Build status badges If you add tags to your build, or enter search terms, you can use these to |