Docs: Remove pip install method from RTD config
[releng/global-jjb.git] / docs / jjb / lf-whitesource-jobs.rst
index 5750a0f..092d140 100644 (file)
@@ -5,6 +5,11 @@ WhiteSource Jobs
 Macros
 ======
 
+lf-infra-wss-mvn-clean-install
+------------------------------
+
+Run maven clean install. Applicable to Maven based repos.
+
 lf-infra-wss-unified-agent-scan
 -------------------------------
 
@@ -42,17 +47,25 @@ https://s3.amazonaws.com/unified-agent/wss-unified-agent.config
     :build-days-to-keep: Days to keep build logs in Jenkins. (default: 7)
     :build-timeout: Timeout in minutes before aborting build. (default: 60)
     :git-url: URL clone project from. (default: $GIT_URL/$PROJECT)
-    :java-version: Version of Java to use for the build. (default: openjdk8)
+    :java-opts: Java options. Example: -Xmx1024m
+    :java-version: Version of Java to use for the build. (default: openjdk11)
+    :mvn-clean-install: Run maven clean install before the code scan. (default: false)
+    :mvn-global-settings: The name of the Maven global settings to use for
+        Maven configuration. (default: global-settings)
+    :mvn-version: Version of maven to use. (default: mvn35)
+    :pom: Path of the pom.xml file.
     :stream: Keyword used to represent a release code-name.
         Often the same as the branch. (default: master)
     :submodule-recursive: Whether to checkout submodules recursively.
         (default: true)
     :submodule-timeout: Timeout (in minutes) for checkout operation.
         (default: 10)
+    :submodule-disable: Disable submodule checkout operation.
+        (default: false)
     :wss-unified-agent-version: WhiteSource Unified Agent version package to download
         and use.
     :gerrit_trigger_file_paths: Override file paths which used to filter which
         file modifications will trigger a build. Refer to JJB documentation for
         "file-path" details.
-        https://docs.openstack.org/infra/jenkins-job-builder/triggers.html#triggers.gerrit
+        https://jenkins-job-builder.readthedocs.io/en/latest/triggers.html#triggers.gerrit
     :gerrit_wss_triggers: Override Gerrit Triggers.