diff options
Diffstat (limited to 'job-cfg/reproducible.yaml')
-rw-r--r-- | job-cfg/reproducible.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index e7b60b9d..6a169b34 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -58,6 +58,11 @@ - logparser: *logparse - email: recipients: '{my_recipients}' + - naginator: + progressive-delay-increment: 5 + progressive-delay-maximum: 15 + max-failed-builds: 5 + regular-expression: 'Caused by: hudson.plugins.git.GitException: Command "git fetch' scm: - git: url: '{my_gitrepo}' @@ -208,6 +213,11 @@ fail-on-error: 'true' - email: recipients: '{my_recipients}' + - naginator: + progressive-delay-increment: 5 + progressive-delay-maximum: 15 + max-failed-builds: 5 + regular-expression: 'Caused by: hudson.plugins.git.GitException: Command "git fetch' scm: - git: url: '{my_gitrepo}' |