Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for maven_3_latest (0.16 seconds)

  1. 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 "./mvnw clean deploy -DdeployAtEnd=true -B -V"
                  }
                }
              }
            }
          }
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Mon Jan 26 16:20:31 GMT 2026
    - 2K bytes
    - Click Count (0)
Back to Top