Trigger the build on Gerrit patchset-created events.
The triggered build will be provided with the following parameters:
- GERRIT_CHANGE_ID: The Change-Id.
- GERRIT_CHANGE_SUBJECT: The first line of the commit message.
- GERRIT_CHANGE_NUMBER: The change number.
- GERRIT_CHANGE_URL: The URL to the change.
- GERRIT_PATCHSET_NUMBER: The Patch Set number.
- GERRIT_PATCHSET_REVISION: The Patch Set revision id.
- GERRIT_PROJECT: The name of the project.
- GERRIT_BRANCH: The name of the branch.
- GERRIT_REFSPEC: The ref-spec. (refs/changes/xx/xxxx/z).
- GERRIT_CHANGE_OWNER: The name and email of the owner of the change "Name" <name@somewhere.com>.
- GERRIT_CHANGE_OWNER_NAME: The name of the owner of the change.
- GERRIT_CHANGE_OWNER_EMAIL: The email of the owner of the change.
- GERRIT_PATCHSET_UPLOADER: The name and email of the uploader of the Patch Set "Name" <name@somewhere.com>.
- GERRIT_PATCHSET_UPLOADER_NAME: The name of the uploader of the Patch Set.
- GERRIT_PATCHSET_UPLOADER_EMAIL: The email of the uploader of the Patch Set.
The parameters will be available to the build as environment variables.
E.g. $GERRIT_REFSPEC