Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for maven_3_latest (0.07 sec)

  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 "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)
Back to top