Skip to content

Commit

Permalink
Add trigger_beta_build.groovy jenkins file
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Feb 6, 2024
1 parent 1c9b75d commit f706e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/build/common/trigger_beta_build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import groovy.json.JsonOutput

node('worker') {

def mirrorRepo="https://github.com/${params.MIRROR_ORG}/${params.JDK_VERSION}"
def mirrorRepo="${params.MIRROR_REPO}"
def version="${params.JDK_VERSION}".replaceAll("u", "").replaceAll("jdk", "").toInteger()
def binariesRepo="https://github.com/${params.BINARIES_REPO}".replaceAll("_NN_", "${version}")

Expand Down

0 comments on commit f706e85

Please sign in to comment.