Skip to content

v2019: Jenkinsfile: Add timeout and retry to be more resilient

Emanuele Aina requested to merge wip/em/v2019-jenkins-retry into apertis/v2019

After a recent kernel update on the workers we've been hitting issues that cause jobs to get stuck or fail:

Set a timeout to cause the bigger jobs to fail after 30 minutes with no new output in the logs and then tell Jenkins to automatically retry them.

This is a backport of !248 (merged) to the apertis/v2019 branch.

Merge request reports