X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Fjjb%2Flf-maven-jobs.rst;h=fd0b89081ac3087f8ef66255e5d72f75da2acc1a;hb=refs%2Fchanges%2F69%2F16369%2F2;hp=48a688eec7a87b1dca6c62565ed6919bc9ff610e;hpb=00d1d5eda276c8cf5f03b000bf6df8e9656080e5;p=releng%2Fglobal-jjb.git diff --git a/docs/jjb/lf-maven-jobs.rst b/docs/jjb/lf-maven-jobs.rst index 48a688ee..fd0b8908 100644 --- a/docs/jjb/lf-maven-jobs.rst +++ b/docs/jjb/lf-maven-jobs.rst @@ -69,6 +69,8 @@ Conditionally calls Maven versions plugin to set, update and commit the maven `v :Required Parameters: :maven-versions-plugin: Whether to call Maven versions plugin or not. (default: false) + :version-properties-file: Name and path of the version properties file. + (default: version.properties) :mvn-version: Version of Maven to execute Sonar with. :mvn-pom: Location of pom.xml. :mvn-settings: Maven settings.xml file containing credentials to use. @@ -349,6 +351,8 @@ directory is then used later to deploy to Nexus. - gerrit-maven-stage - github-maven-stage +:Comment Trigger: "stage-release" or "stage-maven-release" + :Required parameters: :build-node: The node to run build on. @@ -391,8 +395,12 @@ directory is then used later to deploy to Nexus. (default: 10) :submodule-disable: Disable submodule checkout operation. (default: false) + :version-properties-file: Name and path of the version properties file. + (default: version.properties) :gerrit_release_triggers: Override Gerrit Triggers. + :gerrit_trigger_file_paths: Override file paths which can be used to + filter which file modifications will trigger a build. Maven Stage for Docker ---------------------- @@ -414,11 +422,17 @@ registry in the environment variable CONTAINER_PUSH_REGISTRY. - gerrit-maven-docker-stage - github-maven-docker-stage +:Comment Trigger: "stage-release" or "stage-docker-release" + :Required parameters: :container-public-registry: Docker registry source with base images. :container-staging-registry: Docker registry target for the deploy action. +:Optional parameters: + + :gerrit_release_docker_triggers: Override Gerrit Triggers. + All other required and optional parameters are identical to the Maven Stage job described above. @@ -460,6 +474,8 @@ interest in that kind of support. :java-version: Version of Java to use for the build. (default: openjdk8) :mvn-global-settings: The name of the Maven global settings to use for Maven configuration. (default: global-settings) + :mvn-goals: The maven goals to perform for the build. + (default: clean install) :mvn-opts: Sets MAVEN_OPTS. (default: '') :mvn-params: Additional mvn parameters to pass to the cli. (default: '') :mvn-version: Version of maven to use. (default: mvn35)