X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Fjjb%2Flf-maven-jobs.rst;h=89d23f8e0608a960e49c9bed31fed31526db925a;hb=41c32874d920b94e23fc36c1432a5950ee34cd82;hp=2fe043d711bfa65da6ddd28c6fdb4017e8bc6425;hpb=bd666934503c622d939adaccc6d1be7066c6a214;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 =============