Skip to content

Commit

Permalink
Merge pull request #154 from UIUCLibrary/henryborchers-patch-1
Browse files Browse the repository at this point in the history
ci: Test Wheel stage can retry upto 3 times
  • Loading branch information
henryborchers authored Feb 29, 2024
2 parents 4e32662 + 86fa50b commit ab2b229
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ def windows_wheels(){
dockerImageName: "${currentBuild.fullProjectName}_test_no_msvc".replaceAll('-', '_').replaceAll('/', '_').replaceAll(' ', '').toLowerCase(),
]
],
retries: 3,
testSetup: {
checkout scm
unstash "python${pythonVersion} windows wheel"
Expand Down

0 comments on commit ab2b229

Please sign in to comment.