diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-03 17:28:00 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-03 17:28:00 +0100 |
commit | 85cb897d2cd66f5a5da61c4137504243da9099ff (patch) | |
tree | 20cd5efad24b7d6c6be9087707555c6b6bebd36c | |
parent | 442795ef39cc32b5e9b8a31bec22be2097e64c6f (diff) | |
download | jenkins.debian.net-85cb897d2cd66f5a5da61c4137504243da9099ff.tar.xz |
more generic description of jobs
-rw-r--r-- | job-cfg/d-i.yaml | 3 | ||||
-rw-r--r-- | job-cfg/general.yaml | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml index 5e8fc182..5cc7c9bf 100644 --- a/job-cfg/d-i.yaml +++ b/job-cfg/d-i.yaml @@ -1,5 +1,6 @@ - job-template: name: '{name}-manual' + description: 'Shall build d-i manual one day, does not do that yet.{do_not_edit}' scm: - svn: @@ -32,6 +33,7 @@ - job-template: name: '{name}-parse-build-logs' + description: 'Parses d-i build logs.{do_not_edit}' builders: - shell: '/srv/jenkins/bin/parse_d-i_logs.sh http://d-i.debian.org/daily-images/build-logs.html' @@ -43,6 +45,7 @@ - project: name: testjob_d-i + do_not_edit: '<br><br>Configured by <a href="http://jenkins.debian.net/userContent/about.html">jenkins-job-builder</a>, do not edit this job through the web UI.' jobs: - '{name}-manual' diff --git a/job-cfg/general.yaml b/job-cfg/general.yaml index 1d70c158..9c904a35 100644 --- a/job-cfg/general.yaml +++ b/job-cfg/general.yaml @@ -1,6 +1,5 @@ - defaults: name: global - description: 'configured by jenkins-job-builder, do not edit this job through the web UI.' project-type: freestyle logrotate: daysToKeep: 90 |