Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for jdk_17_latest (0.04 sec)

  1. Jenkinsfile

              checkout scm
              mavenBuild("jdk_17_latest", "")
              script {
                properties([buildDiscarder(logRotator(artifactNumToKeepStr: '5', numToKeepStr: isDeployedBranch() ? '30' : '5'))])
                if (isDeployedBranch()) {
                  withEnv(["JAVA_HOME=${tool "jdk_17_latest"}",
                           "PATH+MAVEN=${ tool "jdk_17_latest" }/bin:${tool "maven_3_latest"}/bin",
    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