X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Fjjb%2Flf-macros.rst;h=558aedd20418ff783cc46e7521c5acd2578a97e7;hb=a079f1b34f9f3ae69dd5f996682514db667fe82d;hp=a3cdc90a69e444ea14c250e4032eae5be6c6f557;hpb=f2d509dec375118ad366e929930b0716132850c3;p=releng%2Fglobal-jjb.git diff --git a/docs/jjb/lf-macros.rst b/docs/jjb/lf-macros.rst index a3cdc90a..558aedd2 100644 --- a/docs/jjb/lf-macros.rst +++ b/docs/jjb/lf-macros.rst @@ -25,6 +25,13 @@ Create a ~/.netrc file from a Maven settings.xml :server-id: The id of a server as defined in settings.xml. +:Optional parameters: + + :ALT_NEXUS_SERVER: URL of custom nexus server. + If set this will take precedence. + Use this to point at nexus3.$PROJECTDOMAIN + for example. + lf-infra-deploy-maven-file -------------------------- @@ -118,7 +125,7 @@ Call pip install to install packages into a virtualenv located in .. note:: The first package listed in PIP_PACKAGES is used as the VENV name. -.. _lf-provide-maven-settings +.. _lf-provide-maven-settings: lf-provide-maven-settings ------------------------- @@ -142,6 +149,11 @@ lf-rtd-verify ReadTheDocs verify script. +lf-infra-provide-docker-cleanup +------------------------------- + +Forcibly removes all of the docker images. + Parameters ========== @@ -207,6 +219,10 @@ lf-infra-github-scm Basic SCM configuration for GitHub based projects. +On the `branch` variable you can assign `$sha1` or `$ghprbActualCommit` +as the value. This will require that the job be triggered via +the GHPRB plugin and not manually. + Triggers ========