Skip to content

Commit

Permalink
add job restarted env variables documentation f
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaTrichkovski committed Jul 5, 2024
1 parent 1704d5d commit 2943e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ to tag the build, or to run post-build deployments.
- `TRAVIS_JOB_RESTARTED`:
+ set to `true` if the build is restarted.
+ set to `false` if the build has not been restarted.
- `TRAVIS_JOB_RESTARTED_BY`: the login of the user triggering the restart.
- `TRAVIS_JOB_RESTARTED_BY`: The login of the user triggering the restart.

Language-specific builds expose additional environment variables representing
the current version being used to run the build. Whether or not they're set
Expand Down

0 comments on commit 2943e4f

Please sign in to comment.