diff options
-rw-r--r-- | job-cfg/chroot-installation.yaml | 6 | ||||
-rw-r--r-- | job-cfg/d-i.yaml | 16 | ||||
-rw-r--r-- | job-cfg/g-i-installation.yaml | 4 | ||||
-rw-r--r-- | job-cfg/self.yaml | 2 | ||||
-rw-r--r-- | job-cfg/webcheck.yaml | 2 |
5 files changed, 15 insertions, 15 deletions
diff --git a/job-cfg/chroot-installation.yaml b/job-cfg/chroot-installation.yaml index 9b0bc5f8..35105b62 100644 --- a/job-cfg/chroot-installation.yaml +++ b/job-cfg/chroot-installation.yaml @@ -13,7 +13,7 @@ - logparser: rulespath: '/srv/jenkins/logparse/debian.rules' unstable-on-warning: 'false' - fail_on_error: 'false' + fail-on-error: 'false' - email: recipients: jenkins+debian-qa holger@layer-acht.org properties: @@ -44,7 +44,7 @@ - logparser: rulespath: '/srv/jenkins/logparse/debian.rules' unstable-on-warning: 'false' - fail_on_error: 'false' + fail-on-error: 'false' - trigger: project: '{my_trigger}' - email: @@ -75,7 +75,7 @@ - logparser: rulespath: '/srv/jenkins/logparse/debian.rules' unstable-on-warning: 'true' - fail_on_error: 'true' + fail-on-error: 'true' - trigger: project: '{my_trigger}' threshold: 'UNSTABLE' diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml index 25b6f7f1..1738beda 100644 --- a/job-cfg/d-i.yaml +++ b/job-cfg/d-i.yaml @@ -64,7 +64,7 @@ - logparser: rulespath: '/srv/jenkins/logparse/debian-installer.rules' unstable-on-warning: 'true' - fail_on_error: 'true' + fail-on-error: 'true' - email: recipients: jenkins+debian-boot holger@layer-acht.org - archive: @@ -115,7 +115,7 @@ - logparser: rulespath: '/srv/jenkins/logparse/debian-installer.rules' unstable-on-warning: 'true' - fail_on_error: 'true' + fail-on-error: 'true' - email: recipients: jenkins+debian-boot holger@layer-acht.org - archive: @@ -161,7 +161,7 @@ - logparser: rulespath: '/srv/jenkins/logparse/debian-installer.rules' unstable-on-warning: 'true' - fail_on_error: 'true' + fail-on-error: 'true' - email: recipients: jenkins+debian-boot holger@layer-acht.org - archive: @@ -207,7 +207,7 @@ - logparser: rulespath: '/srv/jenkins/logparse/debian-installer.rules' unstable-on-warning: 'true' - fail_on_error: 'true' + fail-on-error: 'true' - email: recipients: jenkins+debian-boot holger@layer-acht.org - archive: @@ -249,7 +249,7 @@ - logparser: rulespath: '/srv/jenkins/logparse/debian-installer.rules' unstable-on-warning: 'true' - fail_on_error: 'true' + fail-on-error: 'true' - email: recipients: jenkins+debian-boot holger@layer-acht.org ## doesnt work, the artifacts reside outside the workspace @@ -296,7 +296,7 @@ - logparser: rulespath: '/srv/jenkins/logparse/debian-installer.rules' unstable-on-warning: 'true' - fail_on_error: 'true' + fail-on-error: 'true' - email: recipients: jenkins+debian-boot holger@layer-acht.org # - htmlpublisher: @@ -317,7 +317,7 @@ - logparser: rulespath: '/srv/jenkins/logparse/debian.rules' unstable-on-warning: 'true' - fail_on_error: 'true' + fail-on-error: 'true' - email: recipients: holger@layer-acht.org @@ -333,7 +333,7 @@ - logparser: rulespath: '/srv/jenkins/logparse/debian.rules' unstable-on-warning: 'true' - fail_on_error: 'true' + fail-on-error: 'true' - email: recipients: jenkins+debian-boot holger@layer-acht.org diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 00cf7f75..efdad813 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -15,7 +15,7 @@ - logparser: rulespath: '/srv/jenkins/logparse/debian.rules' unstable-on-warning: 'true' - fail_on_error: 'true' + fail-on-error: 'true' - email: recipients: '{my_recipients}' - archive: @@ -51,7 +51,7 @@ - logparser: rulespath: '/srv/jenkins/logparse/debian.rules' unstable-on-warning: 'true' - fail_on_error: 'true' + fail-on-error: 'true' - email: recipients: holger@layer-acht.org properties: diff --git a/job-cfg/self.yaml b/job-cfg/self.yaml index bea3a0b6..6f280dcb 100644 --- a/job-cfg/self.yaml +++ b/job-cfg/self.yaml @@ -34,7 +34,7 @@ - logparser: rulespath: '/srv/jenkins/logparse/debian.rules' unstable-on-warning: 'true' - fail_on_error: 'true' + fail-on-error: 'true' - job-template: defaults: self-housekeeping diff --git a/job-cfg/webcheck.yaml b/job-cfg/webcheck.yaml index d19a6a94..b750b033 100644 --- a/job-cfg/webcheck.yaml +++ b/job-cfg/webcheck.yaml @@ -15,7 +15,7 @@ - logparser: rulespath: '/srv/jenkins/logparse/debian.rules' unstable-on-warning: 'false' - fail_on_error: 'false' + fail-on-error: 'false' # - htmlpublisher: # name: 'Webcheck report' # directory: '.' |