From: Anil Belur Date: Wed, 6 Jun 2018 03:28:47 +0000 (+1000) Subject: Document lf-infra-push-gerrit-patch macro in RTD X-Git-Tag: v0.21.0~18^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F43%2F11043%2F4;p=releng%2Fglobal-jjb.git Document lf-infra-push-gerrit-patch macro in RTD JIRA: RELENG-945 Change-Id: I709aec08a10bb6a55b1c84c71c32c303bc1fdce5 Signed-off-by: Anil Belur --- diff --git a/docs/jjb/lf-macros.rst b/docs/jjb/lf-macros.rst index 558aedd2..9f7693a7 100644 --- a/docs/jjb/lf-macros.rst +++ b/docs/jjb/lf-macros.rst @@ -91,6 +91,22 @@ Run `packer validate` to verify packer configuration. server as CLOUDENV environment variable. :packer-version: Version of packer to use. +lf-infra-push-gerrit-patch +-------------------------- + +Push a change through a Jenkins job to a Gerrit repository in an automated +way using git-review. + +:Required parameters: + + :gerrit-commit-message: Commit message to assign. + :gerrit-host: Gerrit hostname. + :gerrit-topic: Gerrit topic. + :gerrit-user: Gerrit user-id used for submitting the change. + :reviewers-email: Reviewers email. Space-separated list of + email addresses to CC on the patch. + :project: Gerrit project name. + lf-infra-ship-logs ------------------