Skip to content

Commit

Permalink
Merge pull request #157 from UIUCLibrary/henryborchers-patch-1
Browse files Browse the repository at this point in the history
ci: Test Wheel on Linux x86_64 stage retries upto 3 times before failure
  • Loading branch information
henryborchers authored May 14, 2024
2 parents 05ac955 + 73588ff commit eebae19
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 @@ -309,6 +309,7 @@ def linux_wheels(){
args: '-v pipcache_tesseractglue:/.cache/pip',
]
],
retries: 3,
testSetup: {
checkout scm
unstash "python${pythonVersion} linux x86_64 wheel"
Expand Down

0 comments on commit eebae19

Please sign in to comment.