Skip to content

Commit

Permalink
Update archive filename for reproducible comparison job (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiekang authored Jul 12, 2024
1 parent 60ca169 commit e20869f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/reproduce_comparison/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,11 @@ pipeline {
}
if (rc != 0) {
currentBuild.result = 'UNSTABLE'
echo 'Differences found: two builds are not the same! Please see the archived repro_diff.out.'
echo 'Differences found: two builds are not the same! Please see the archived reprotest.diff.'
} else {
echo 'Success: two builds are the same!'
}
archiveArtifacts artifacts: "**/repro_diff.out"
archiveArtifacts artifacts: "**/reprotest.diff"
}
} catch (Exception err) {
echo err.getMessage()
Expand Down

0 comments on commit e20869f

Please sign in to comment.