From 0d13eb0165fe824f502ecad7b2ca09479b9bd6c6 Mon Sep 17 00:00:00 2001 From: Jordan Pittier Date: Wed, 25 Mar 2015 18:43:05 +0100 Subject: [PATCH] Third party CI: document how to properly format message with Gerrit Trigger Change-Id: Ieea85cd1b287051a8d68bd1d772b0863936f94d4 --- doc/source/third_party.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/source/third_party.rst b/doc/source/third_party.rst index 9402e0a595..810e9e2553 100644 --- a/doc/source/third_party.rst +++ b/doc/source/third_party.rst @@ -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 ```` +parameter will be evaluated. + This job will now automatically trigger when a new patchset is uploaded and will report the results to Gerrit automatically.