| Index: appengine/swarming/doc/Magic-Values.md
|
| diff --git a/appengine/swarming/doc/Magic-Values.md b/appengine/swarming/doc/Magic-Values.md
|
| index c65fa778697192b59212576e5b029aa34ad6054d..a63792b74bafc3c929a69c7ddf33040160e1bc4a 100644
|
| --- a/appengine/swarming/doc/Magic-Values.md
|
| +++ b/appengine/swarming/doc/Magic-Values.md
|
| @@ -71,3 +71,11 @@ The following environment variables may be set to alter bot behavior:
|
| configuration (extract from bots.cfg), applied to the bot during initial
|
| handshake. The server will ask the bot to restart if this configuration
|
| changes.
|
| +
|
| +### tags
|
| +
|
| + - `source_revision`: if present, it specifies the SCM revision related to the
|
| + task. This allows the UI to link to the relevant revision.
|
| + - `source_repo`: if present, it is a url to the hosted SCM related to the
|
| + task, with a %s where the revision should be placed. This allows the UI
|
| + to link to the relevant revision.
|
|
|