Skip to content

Commit

Permalink
Update to temurin-build master branch
Browse files Browse the repository at this point in the history
Instead of personal branch for testing

Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
  • Loading branch information
sophia-guo committed Jul 31, 2023
1 parent 2d26cd2 commit 0cc30b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/reproduce_comparison/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ pipeline {
fingerprintArtifacts: true,
projectName: env.JOB_NAME,
selector: specific("${env.BUILD_NUMBER}")
checkout([$class: 'GitSCM', branches: [[name: 'cygwin']], doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'RelativeTargetDirectory', relativeTargetDir: "temurin-build"]], submoduleCfg: [], userRemoteConfigs: [[url: "https://github.com/sophia-guo/openjdk-build.git"]]])
checkout([$class: 'GitSCM', branches: [[name: 'master']], doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'RelativeTargetDirectory', relativeTargetDir: "temurin-build"]], submoduleCfg: [], userRemoteConfigs: [[url: "https://github.com/adoptium/temurin-build.git"]]])

script {
if (COMPARED_JOB_NAME.contains('windows')) {
Expand Down

0 comments on commit 0cc30b8

Please sign in to comment.