- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for maven_3_latest (0.07 sec)
-
Jenkinsfile
if (isDeployedBranch()) { withEnv(["JAVA_HOME=${tool "jdk_17_latest"}", "PATH+MAVEN=${ tool "jdk_17_latest" }/bin:${tool "maven_3_latest"}/bin", "MAVEN_OPTS=-Xms4G -Xmx4G -Djava.awt.headless=true"]) { sh "mvn clean deploy -DdeployAtEnd=true -B" } } } } }
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jul 10 12:31:48 UTC 2025 - 2K bytes - Viewed (0)