Skip to content

Commit

Permalink
ci: sdist stage retries on failure upto 3 times
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers authored Mar 22, 2024
1 parent ab2b229 commit d7e2e6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -1354,6 +1354,9 @@ pipeline {
label 'docker && linux'
}
}
options {
retry(3)
}
steps{
withEnv(['PIP_NO_CACHE_DIR=off']) {
sh(label: 'Building sdist',
Expand Down

0 comments on commit d7e2e6d

Please sign in to comment.