diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-08 17:22:09 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-08 17:22:09 +0100 |
commit | b4db19442ac18d3f6a9da69c455bcf4e07ae8a1b (patch) | |
tree | 2314f37ddf6d90a09448efffb3b86e65efd39a07 | |
parent | a65cdc1a05328930d11e2fd31b58a45b97e97a15 (diff) | |
download | jenkins.debian.net-b4db19442ac18d3f6a9da69c455bcf4e07ae8a1b.tar.xz |
provide link to job configuration source
-rw-r--r-- | job-cfg/cd-test.yaml | 2 | ||||
-rw-r--r-- | job-cfg/chroot-tests.yaml | 3 | ||||
-rw-r--r-- | job-cfg/d-i.yaml | 2 | ||||
-rw-r--r-- | job-cfg/webcheck.yaml | 2 |
4 files changed, 4 insertions, 5 deletions
diff --git a/job-cfg/cd-test.yaml b/job-cfg/cd-test.yaml index ff6e180c..4dcbb1a5 100644 --- a/job-cfg/cd-test.yaml +++ b/job-cfg/cd-test.yaml @@ -49,7 +49,7 @@ - project: name: cd-test - 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.' + do_not_edit: '<br><br>Configured through <a href="http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git;a=blob;f=job-cfg/{name}s.yaml">{name}s.yaml</a>' jobs: - '{name}_wheezy_debian_edu_workstation': my_shell: '/srv/jenkins/bin/cd_tester.sh 1 wheezy-debian-edu-workstation 25 http://ftp.skolelinux.org/cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso' diff --git a/job-cfg/chroot-tests.yaml b/job-cfg/chroot-tests.yaml index a81ff21b..b02fc839 100644 --- a/job-cfg/chroot-tests.yaml +++ b/job-cfg/chroot-tests.yaml @@ -168,9 +168,8 @@ - project: name: chroot-test - 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.' + do_not_edit: '<br><br>Configured through <a href="http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git;a=blob;f=job-cfg/{name}s.yaml">{name}s.yaml</a>' jobs: - - '{name}_sid_install_gnome': chroot_tester_params: 'sid gnome' my_description: 'Debootstrap sid, then install GNOME.' diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml index c84d052d..8a4db33e 100644 --- a/job-cfg/d-i.yaml +++ b/job-cfg/d-i.yaml @@ -817,7 +817,7 @@ - project: name: 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.' + do_not_edit: '<br><br>Configured through <a href="http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git;a=blob;f=job-cfg/{name}.yaml">{name}.yaml</a>' jobs: - '{name}_parse_build_logs' - '{name}_check_jenkins_jobs' diff --git a/job-cfg/webcheck.yaml b/job-cfg/webcheck.yaml index ce1d6cf0..97647893 100644 --- a/job-cfg/webcheck.yaml +++ b/job-cfg/webcheck.yaml @@ -115,7 +115,7 @@ - project: name: webcheck - 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.' + do_not_edit: '<br><br>Configured through <a href="http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git;a=blob;f=job-cfg/{name}.yaml">{name}.yaml</a>' jobs: - '{name}_www_debian_org': webcheck_url: 'http://www.debian.org' |