X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Fjjb%2Flf-maven-jobs.rst;h=89d23f8e0608a960e49c9bed31fed31526db925a;hb=9747fab61dd7a7c09a1c0fee7c7d6dec496d7e4b;hp=2fe043d711bfa65da6ddd28c6fdb4017e8bc6425;hpb=008d7f16e3784f03c60a4e425b064447efff210f;p=releng%2Fglobal-jjb.git diff --git a/docs/jjb/lf-maven-jobs.rst b/docs/jjb/lf-maven-jobs.rst index 2fe043d7..89d23f8e 100644 --- a/docs/jjb/lf-maven-jobs.rst +++ b/docs/jjb/lf-maven-jobs.rst @@ -52,6 +52,17 @@ Jobs for Maven projects to generate javadoc using GitHub. Macros ====== +lf-infra-maven-sonar +-------------------- + +Runs Sonar against a Maven project. + +:Required Parameters: + + :java-version: Version of Java to execute Sonar with. + :mvn-version: Version of Maven to execute Sonar with. + :mvn-settings: Maven settings.xml file containing credentials to use. + lf-maven-build -------------- @@ -77,6 +88,16 @@ lf-maven-stage Calls the maven stage script to push artifacts to a Nexus staging repository. +lf-update-java-alternatives +--------------------------- + +Setup Java alternatives for the Distro. + +:Required Parameters: + + :java-version: Version of Java to set as the default Java. + Eg. openjdk8 + Job Templates =============