X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2Fjjb%2Flf-macros.rst;h=94fcb1c5449dffeeef707ca1276a258dce05eae3;hb=refs%2Fchanges%2F88%2F15088%2F1;hp=4d2d4f5f01546318ae078a1e74b68aea055fc3fb;hpb=a7822fcdc18c0730d931851b4297a78413f59e2c;p=releng%2Fglobal-jjb.git diff --git a/docs/jjb/lf-macros.rst b/docs/jjb/lf-macros.rst index 4d2d4f5f..94fcb1c5 100644 --- a/docs/jjb/lf-macros.rst +++ b/docs/jjb/lf-macros.rst @@ -180,6 +180,10 @@ repository which is to upload to OSSRH. :Required parameters: :mvn-central: Whether or not to upload to mvn-central. (true|false) + :mvn-global-settings: The name of the Maven global settings to use for + Maven configuration. (default: global-settings) + :mvn-settings: The name of settings file containing credentials for the + project. :ossrh-profile-id: Nexus staging profile ID as provided by OSSRH. .. literalinclude:: ../../.jjb-test/lf-macros/lf-maven-central-minimal.yaml @@ -240,6 +244,7 @@ Requires ``SIGUL_BRIDGE_IP`` configured as a global envvar. :Required Parameters: :sign-artifacts: Whether or not to sign artifacts with Sigul. :sign-dir: Directory to sign. + :sign-mode: serial|parallel lf-infra-provide-docker-cleanup -------------------------------