diff options
-rw-r--r-- | job-cfg/reproducible.yaml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 5a8eea6e..f5cebf6c 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -46,7 +46,7 @@ - logparser: *logparse - email: recipients: '{my_recipients}' - - naginator: + - naginator: &naginator progressive-delay-increment: 5 progressive-delay-maximum: 15 max-failed-builds: 5 @@ -107,11 +107,7 @@ 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' + - naginator: *naginator scm: - git: url: '{my_gitrepo}' |