summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-12-18 21:28:02 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-18 21:28:02 +0100
commitcb791b693cf0164442b241f5274dc95acef57cf0 (patch)
treee4f312c556d23c312be8a083206642f403a44a13
parentab32abfbd215251e1da9a8c53d0bc6de87156c91 (diff)
downloadjenkins.debian.net-cb791b693cf0164442b241f5274dc95acef57cf0.tar.xz
adopt to changes in jenkins-job-builder
-rw-r--r--TODO1
-rw-r--r--job-cfg/chroot-installation.yaml6
-rw-r--r--job-cfg/d-i.yaml26
-rw-r--r--job-cfg/g-i-installation.yaml4
-rw-r--r--job-cfg/self.yaml2
-rw-r--r--job-cfg/webcheck.yaml12
6 files changed, 25 insertions, 26 deletions
diff --git a/TODO b/TODO
index 54329e4c..90f7f85d 100644
--- a/TODO
+++ b/TODO
@@ -39,7 +39,6 @@ See link:http://jenkins.debian.net/userContent/about.html["about jenkins.debian.
** publisher:htmlpublisher
** svn:scm
** properties: sidebar
-* file a bug about jenkins/jenkins-job-builder sometimes "forgetting" about triggers
== Improve existing tests
diff --git a/job-cfg/chroot-installation.yaml b/job-cfg/chroot-installation.yaml
index c53d1c10..9b0bc5f8 100644
--- a/job-cfg/chroot-installation.yaml
+++ b/job-cfg/chroot-installation.yaml
@@ -12,7 +12,7 @@
publishers:
- logparser:
rulespath: '/srv/jenkins/logparse/debian.rules'
- unstable_on_warning: 'false'
+ unstable-on-warning: 'false'
fail_on_error: 'false'
- email:
recipients: jenkins+debian-qa holger@layer-acht.org
@@ -43,7 +43,7 @@
publishers:
- logparser:
rulespath: '/srv/jenkins/logparse/debian.rules'
- unstable_on_warning: 'false'
+ unstable-on-warning: 'false'
fail_on_error: 'false'
- trigger:
project: '{my_trigger}'
@@ -74,7 +74,7 @@
publishers:
- logparser:
rulespath: '/srv/jenkins/logparse/debian.rules'
- unstable_on_warning: 'true'
+ unstable-on-warning: 'true'
fail_on_error: 'true'
- trigger:
project: '{my_trigger}'
diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml
index e1cf9baf..25b6f7f1 100644
--- a/job-cfg/d-i.yaml
+++ b/job-cfg/d-i.yaml
@@ -63,7 +63,7 @@
threshold: 'UNSTABLE'
- logparser:
rulespath: '/srv/jenkins/logparse/debian-installer.rules'
- unstable_on_warning: 'true'
+ unstable-on-warning: 'true'
fail_on_error: 'true'
- email:
recipients: jenkins+debian-boot holger@layer-acht.org
@@ -114,7 +114,7 @@
threshold: 'UNSTABLE'
- logparser:
rulespath: '/srv/jenkins/logparse/debian-installer.rules'
- unstable_on_warning: 'true'
+ unstable-on-warning: 'true'
fail_on_error: 'true'
- email:
recipients: jenkins+debian-boot holger@layer-acht.org
@@ -160,7 +160,7 @@
publishers:
- logparser:
rulespath: '/srv/jenkins/logparse/debian-installer.rules'
- unstable_on_warning: 'true'
+ unstable-on-warning: 'true'
fail_on_error: 'true'
- email:
recipients: jenkins+debian-boot holger@layer-acht.org
@@ -206,7 +206,7 @@
publishers:
- logparser:
rulespath: '/srv/jenkins/logparse/debian-installer.rules'
- unstable_on_warning: 'true'
+ unstable-on-warning: 'true'
fail_on_error: 'true'
- email:
recipients: jenkins+debian-boot holger@layer-acht.org
@@ -248,7 +248,7 @@
publishers:
- logparser:
rulespath: '/srv/jenkins/logparse/debian-installer.rules'
- unstable_on_warning: 'true'
+ unstable-on-warning: 'true'
fail_on_error: 'true'
- email:
recipients: jenkins+debian-boot holger@layer-acht.org
@@ -295,15 +295,15 @@
publishers:
- logparser:
rulespath: '/srv/jenkins/logparse/debian-installer.rules'
- unstable_on_warning: 'true'
+ unstable-on-warning: 'true'
fail_on_error: 'true'
- - htmlpublisher:
- name: 'Daily d-i build logs'
- directory: '.'
- indexfiles: 'build-logs.html'
- keepall: True
- email:
recipients: jenkins+debian-boot holger@layer-acht.org
+# - htmlpublisher:
+# name: 'Daily d-i build logs'
+# directory: '.'
+# indexfiles: 'build-logs.html'
+# keepall: True
- job-template:
defaults: d-i
@@ -316,7 +316,7 @@
publishers:
- logparser:
rulespath: '/srv/jenkins/logparse/debian.rules'
- unstable_on_warning: 'true'
+ unstable-on-warning: 'true'
fail_on_error: 'true'
- email:
recipients: holger@layer-acht.org
@@ -332,7 +332,7 @@
publishers:
- logparser:
rulespath: '/srv/jenkins/logparse/debian.rules'
- unstable_on_warning: 'true'
+ unstable-on-warning: '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 a491a7aa..00cf7f75 100644
--- a/job-cfg/g-i-installation.yaml
+++ b/job-cfg/g-i-installation.yaml
@@ -14,7 +14,7 @@
publishers:
- logparser:
rulespath: '/srv/jenkins/logparse/debian.rules'
- unstable_on_warning: 'true'
+ unstable-on-warning: 'true'
fail_on_error: 'true'
- email:
recipients: '{my_recipients}'
@@ -50,7 +50,7 @@
publishers:
- logparser:
rulespath: '/srv/jenkins/logparse/debian.rules'
- unstable_on_warning: 'true'
+ unstable-on-warning: 'true'
fail_on_error: 'true'
- email:
recipients: holger@layer-acht.org
diff --git a/job-cfg/self.yaml b/job-cfg/self.yaml
index a5d5a8ff..bea3a0b6 100644
--- a/job-cfg/self.yaml
+++ b/job-cfg/self.yaml
@@ -33,7 +33,7 @@
publishers:
- logparser:
rulespath: '/srv/jenkins/logparse/debian.rules'
- unstable_on_warning: 'true'
+ unstable-on-warning: 'true'
fail_on_error: 'true'
- job-template:
diff --git a/job-cfg/webcheck.yaml b/job-cfg/webcheck.yaml
index 7512f827..d19a6a94 100644
--- a/job-cfg/webcheck.yaml
+++ b/job-cfg/webcheck.yaml
@@ -14,13 +14,13 @@
publishers:
- logparser:
rulespath: '/srv/jenkins/logparse/debian.rules'
- unstable_on_warning: 'false'
+ unstable-on-warning: 'false'
fail_on_error: 'false'
- - htmlpublisher:
- name: 'Webcheck report'
- directory: '.'
- indexfiles: 'index.html'
- keepall: True
+# - htmlpublisher:
+# name: 'Webcheck report'
+# directory: '.'
+# indexfiles: 'index.html'
+# keepall: True
- email:
recipients: holger@layer-acht.org
properties: