diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-08 17:33:46 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-08 17:33:46 +0100 |
commit | 1f1b32ae2f5b2767684ec30929569ec2aedacbc3 (patch) | |
tree | 7622298b4fd61d70266f0a3111d3c89a6822418e /job-cfg | |
parent | b4db19442ac18d3f6a9da69c455bcf4e07ae8a1b (diff) | |
download | jenkins.debian.net-1f1b32ae2f5b2767684ec30929569ec2aedacbc3.tar.xz |
fixup: provide link to job configuration source
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/cd-test.yaml | 2 | ||||
-rw-r--r-- | job-cfg/chroot-tests.yaml | 2 | ||||
-rw-r--r-- | job-cfg/d-i.yaml | 2 | ||||
-rw-r--r-- | job-cfg/webcheck.yaml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/job-cfg/cd-test.yaml b/job-cfg/cd-test.yaml index 4dcbb1a5..f9ce8996 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 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>' + do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git;a=blob;f=job-cfg/cd-tests.yaml">cd-tests.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 b02fc839..741b2593 100644 --- a/job-cfg/chroot-tests.yaml +++ b/job-cfg/chroot-tests.yaml @@ -168,7 +168,7 @@ - project: name: chroot-test - 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>' + do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git;a=blob;f=job-cfg/chroot-tests.yaml">chroot-tests.yaml</a>.' jobs: - '{name}_sid_install_gnome': chroot_tester_params: 'sid gnome' diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml index 8a4db33e..2dafa2bd 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 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>' + do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git;a=blob;f=job-cfg/d-i.yaml">d-i.yaml</a>.' jobs: - '{name}_parse_build_logs' - '{name}_check_jenkins_jobs' diff --git a/job-cfg/webcheck.yaml b/job-cfg/webcheck.yaml index 97647893..21682b75 100644 --- a/job-cfg/webcheck.yaml +++ b/job-cfg/webcheck.yaml @@ -115,7 +115,7 @@ - project: name: webcheck - 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>' + do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git;a=blob;f=job-cfg/webcheck.yaml">webcheck.yaml</a>.' jobs: - '{name}_www_debian_org': webcheck_url: 'http://www.debian.org' |