Wrap calls to network in Jenkinsfile in retry() blocks
justaddcoffee opened this issue · 1 comments
justaddcoffee commented
Describe the desired behavior
Our pipeline sometimes fails on networks calls, for example this git clone
fail and this pip install
fail.
So, we should wrap git clone
s and pip install
s in retry()
blocks. As always, aping the GO pipeline is considered helpful.
justaddcoffee commented
Closing this, since we haven't seen this problem in a long time