X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Fjjb%2Flf-macros.rst;h=4d2d4f5f01546318ae078a1e74b68aea055fc3fb;hb=7e66b111c22dec7fc341d593d33b74b4ca9d724b;hp=27da706b9061c6cf7ed51058cdea9e6f4c88fe68;hpb=877a36dbad504f0cd245372f8ea9cc2fa660efa3;p=releng%2Fglobal-jjb.git diff --git a/docs/jjb/lf-macros.rst b/docs/jjb/lf-macros.rst index 27da706b..4d2d4f5f 100644 --- a/docs/jjb/lf-macros.rst +++ b/docs/jjb/lf-macros.rst @@ -164,6 +164,29 @@ lf-jacoco-nojava-workaround Workaround for Jenkins not able to find Java in JaCoCo runs. +.. _lf-maven-central: + +lf-maven-central +---------------- + +Publish artifacts to OSSRH (Maven Central) staging. + +Requires that the project's settings.xml contains a ServerId 'ossrh' with the +credentials for the project's OSSRH account. + +This macro assumes the directory ``$WORKSPACE/m2repo`` contains a Maven 2 +repository which is to upload to OSSRH. + +:Required parameters: + + :mvn-central: Whether or not to upload to mvn-central. (true|false) + :ossrh-profile-id: Nexus staging profile ID as provided by OSSRH. + +.. literalinclude:: ../../.jjb-test/lf-macros/lf-maven-central-minimal.yaml + :language: yaml + +.. _lf-maven-install: + lf-maven-install ---------------- @@ -303,18 +326,6 @@ lf-infra-publish-windows Windows publisher for use at the end of Windows job templates. Takes care of cleaning out the workspace at the end of a job. -lf-stack-delete ---------------- - -Requirements: - -* lftools >= v0.17.0 - -Delete an openstack heat stack. Use at the end of a job that creates a stack. - -This macro requires a parameter defined in the job named STACK_NAME -containing the name of the stack to delete. - SCM === @@ -323,6 +334,11 @@ lf-infra-gerrit-scm Basic SCM configuration for Gerrit based projects. +:Required parameters: + + :submodule-timeout: Timeout (in minutes) for checkout operation. + (default: 10) + lf-infra-github-scm ------------------- @@ -332,6 +348,11 @@ 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. +:Required parameters: + + :submodule-timeout: Timeout (in minutes) for checkout operation. + (default: 10) + Wrappers ========