summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO7
-rw-r--r--job-cfg/d-i.yaml10
-rw-r--r--job-cfg/webcheck.yaml10
3 files changed, 15 insertions, 12 deletions
diff --git a/TODO b/TODO
index 1e9a32d1..d0375774 100644
--- a/TODO
+++ b/TODO
@@ -15,6 +15,10 @@ See link:http://jenkins.debian.net/userContent/about.html["about jenkins.debian.
== General ToDo
* keep git+svn urls, and use commit hooks. also better for test setups of this setup as well as overall stability.
+** create d-i_svn_trigger job to trigger sub-set jobs (like manual)
+** create d-i git hooks
+* get rid of some reduncacy in job-cfg/*.yaml
+** FIXME: sometimes true and some True used in yaml files
* proper git repo url, outside users/holger
** same for /srv/jenkins.debian.net-scm-sync.git
* fully automate backup and backup /var/lib/jenkins/jobs /var/lib/munin /var/log /root/ too
@@ -33,8 +37,7 @@ See link:http://jenkins.debian.net/userContent/about.html["about jenkins.debian.
* support for gitweb in jobs
** needs clean merge of my patches to jenkins-job-builder first...
-* get rid of some reduncacy in job-cfg/*.yaml
-* add documentation for jenkins-job-builder and send pull requests on github:
+* cleanup my patches (eg add documentation) and send pull requests on github:
** publisher:logparse
** publisher:htmlpublisher
** publisher:imagegallery
diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml
index 1738beda..a20f1f38 100644
--- a/job-cfg/d-i.yaml
+++ b/job-cfg/d-i.yaml
@@ -299,11 +299,11 @@
fail-on-error: 'true'
- email:
recipients: jenkins+debian-boot holger@layer-acht.org
-# - htmlpublisher:
-# name: 'Daily d-i build logs'
-# directory: '.'
-# indexfiles: 'build-logs.html'
-# keepall: True
+ - htmlpublisher:
+ name: 'Daily d-i build logs'
+ directory: '.'
+ indexfiles: 'build-logs.html'
+ keepall: True
- job-template:
defaults: d-i
diff --git a/job-cfg/webcheck.yaml b/job-cfg/webcheck.yaml
index b750b033..1e860404 100644
--- a/job-cfg/webcheck.yaml
+++ b/job-cfg/webcheck.yaml
@@ -16,11 +16,11 @@
rulespath: '/srv/jenkins/logparse/debian.rules'
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: