Add lf-infra-wss-mvn-clean-install step
[releng/global-jjb.git] / docs / jjb / lf-whitesource-jobs.rst
index 5750a0f..dd8fda3 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
 -------------------------------
 
@@ -43,6 +48,11 @@ https://s3.amazonaws.com/unified-agent/wss-unified-agent.config
     :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)
+    :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.