Skip to content

Commit

Permalink
[CI] add more resilience (#20505)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Aug 11, 2020
1 parent 8fccc74 commit 562d29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ def installTools() {
} else {
// Install python3 with the specific step, even though install-tools.bat will verify if it's there anyway.
// TODO: as soon as python3 is installed in the CI Workers we will be able to remove the line below.
installTools([ [tool: 'python3', version: '3.8', exclude: 'rc'] ])
retryWithSleep(retries: i, seconds: 5, backoff: true){ installTools([ [tool: 'python3', version: '3.8', exclude: 'rc'] ]) }
retryWithSleep(retries: i, seconds: 5, backoff: true){ bat(label: "Install Go/Mage/Python ${GO_VERSION}", script: ".ci/scripts/install-tools.bat") }
}
}
Expand Down

0 comments on commit 562d29c

Please sign in to comment.