Command that will be run when the build is started.
Use parameters in the form <PARAMETER> where PARAMETER is a parameter to the build.
The variables <VERIFIED> and <CODE_REVIEW> will have the values defined above.
The variable <BUILDURL> will have the URL to the build result.
The following standard <PARAMETER> values are available:
- GERRIT_NAME: The Gerrit project name.
- CHANGE_ID: The Gerrit Change-Id (SHA-1).
- BRANCH: The branch of the project.
- CHANGE: The change number.
- PATCHSET: The patchset number.
- PATCHSET_REVISION: The patchset revision.
- REFSPEC: The ref-spec. (refs/changes/xx/xxxx/z).
- BUILDURL: The URL to the build.
- VERIFIED: The verified vote.
- CODE_REVIEW: The code review vote.
- NOTIFICATION_LEVEL: The notification level. (always ALL)
The following special <PARAMETER> values are available:
-
STARTED_STATS:
The number of builds started out of the total triggered like "(1/3)".
If there is only one build triggered then the value is empty.
You can also use any environment variable from the build that was started
with the $ENV_VAR syntax.