Merge "Third party CI: document how to properly format message with Gerrit Trigger"

This commit is contained in:
Jenkins 2015-04-23 18:39:09 +00:00 committed by Gerrit Code Review
commit d168f3931a
1 changed files with 10 additions and 0 deletions

View File

@ -268,6 +268,16 @@ should configure as follows::
Type: Path
Pattern: **
To format the result's message in a way that works with the current OpenStack
Gerrit GUI parser, configure the ``URL to post`` parameter (under the
``Gerrit Reporting Values`` section) for each job. The correct value for this
paramater is:
\* $JOB_NAME $BUILD_URL
The two ``$ENV_VAR`` will be replaced dynamically when the ``<BUILDS_STATS>``
parameter will be evaluated.
This job will now automatically trigger when a new patchset is
uploaded and will report the results to Gerrit automatically.