summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2017-05-17 10:30:28 +0200
committerHolger Levsen <holger@layer-acht.org>2017-05-18 02:06:40 +0200
commit7e758816131bc1f70b730d9017ab7c4ed604edf5 (patch)
treee1ce7fe2522190a25fc1b7e1ddaaa8ef0f844fbd /job-cfg/reproducible.yaml
parent7b5b90d29aa4e287cc34d57e2445ef4fa3d5f666 (diff)
downloadjenkins.debian.net-7e758816131bc1f70b730d9017ab7c4ed604edf5.tar.xz
reproducible: DRY naginator settings
Signed-off-by: Mattia Rizzolo <mattia@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg/reproducible.yaml')
-rw-r--r--job-cfg/reproducible.yaml8
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}'