Knowledge-Graph-Hub / kg-covid-19

An instance of KG Hub to produce a knowledge graph for COVID-19 response.
https://github.com/Knowledge-Graph-Hub/kg-covid-19/wiki
BSD 3-Clause "New" or "Revised" License
79 stars 26 forks source link

Wrap calls to network in Jenkinsfile in retry() blocks #363

Closed justaddcoffee closed 3 years ago

justaddcoffee commented 3 years ago

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.

justaddcoffee commented 3 years ago

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