Knowledge-Graph-Hub/kg-covid-19

Wrap calls to network in Jenkinsfile in retry() blocks

justaddcoffee opened this issue · 1 comments

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 clones and pip installs in retry() blocks. As always, aping the GO pipeline is considered helpful.

Closing this, since we haven't seen this problem in a long time