Skip to content

Commit

Permalink
Update as script in temurin-build update
Browse files Browse the repository at this point in the history
Signed-off-by: Sophia Guo <[email protected]>
  • Loading branch information
sophia-guo committed Jun 30, 2023
1 parent 56e28ba commit 28480dd
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 @@ -126,7 +126,7 @@ pipeline {
dir('temurin-build/tooling') {
def rc = 0
if (COMPARED_JOB_NAME.contains('linux')) {
rc = sh returnStatus: true, script: "./linux_repro_compare.sh temurin ${WORKSPACE}/original temurin ${WORKSPACE}/reproduced"
rc = sh returnStatus: true, script: "./repro_compare.sh temurin ${WORKSPACE}/original temurin ${WORKSPACE}/reproduced"
} else if (COMPARED_JOB_NAME.contains('mac')) {
// mac
//sh "./tooling/mac_repro_compare.sh temurin ./original temurin ./reproduced ${self_cert_file} ${self_cert_passwd}"
Expand Down

0 comments on commit 28480dd

Please sign in to comment.