Skip to content

Jenkinsfile: Add timeout and retry to be more resilient

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

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.

Test Jenkins pipeline: https://jenkins.apertis.org/job/playground/job/em/job/debos-image-build/4/flowGraphTable/

Merge request reports