From b6948375466b3bdeac9c01eabb284e88d65a8837 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 2 Dec 2016 12:55:25 +0100 Subject: use Naginator plugin to retry git cloning in case of alioth/network failures - done for all jobs using git checkouts except those in job-cfg/d-i.yaml Signed-off-by: Holger Levsen --- job-cfg/rebootstrap.yaml.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'job-cfg/rebootstrap.yaml.py') diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py index 2e93bbff..20a19422 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -80,6 +80,11 @@ print(""" publishers: - email: recipients: 'jenkins+debian-bootstrap helmutg@debian.org' + - naginator: + progressive-delay-increment: 5 + progressive-delay-maximum: 15 + max-failed-builds: 5 + regular-expression: 'Caused by: hudson.plugins.git.GitException: Command "git fetch' triggers: - pollscm: cron: '*/6 * * * *' -- cgit v1.2.3-54-g00ecf