diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-02 17:08:29 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-02 17:08:29 +0100 |
commit | 0021e6179c5a27027c67a0c7933712c5d8a28d09 (patch) | |
tree | 5a65e53bbd5f6ddce223e2cf59cf6d5bc397c936 /job-cfg | |
parent | 7fc62cd204822e897144dc547e511d798894ca43 (diff) | |
download | jenkins.debian.net-0021e6179c5a27027c67a0c7933712c5d8a28d09.tar.xz |
add url to preseed.cfg
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/cd-test.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/cd-test.yaml b/job-cfg/cd-test.yaml index 08970656..ff07b6bb 100644 --- a/job-cfg/cd-test.yaml +++ b/job-cfg/cd-test.yaml @@ -49,10 +49,10 @@ jobs: - '{name}_debian_edu_wheezy': my_shell: '/srv/jenkins/bin/cd_tester.sh 1 debian-edu-wheezy http://ftp.skolelinux.org/cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso' - my_description: 'Do a fully automated installation of Debian Edu Wheezy standalone - via d-i preseeding using the netinst CD image.' + my_description: 'Do a fully automated installation of Debian Edu Wheezy standalone - via d-i preseeding (with <a href="http://jenkins.debian.net/userContent/debian-edu-wheezy-preseed.cfg">this preseed.cfg</a>) using the netinst CD image.' my_timed: '42 23 * * *' - '{name}_lxde_wheezy': my_shell: '/srv/jenkins/bin/cd_tester.sh 2 lxde-wheezy http://d-i.debian.org/daily-images/amd64/daily/netboot/gtk/debian-installer/amd64/' - my_description: 'Do a fully automated installation of Debian installing the LXDE desktop - via d-i preseeding using netboot gtk.' + my_description: 'Do a fully automated installation of Debian installing the LXDE desktop - via d-i preseeding (with <a href="http://jenkins.debian.net/userContent/lxde-wheezy-preseed.cfg">this preseed.cfg</a>) using netboot gtk.' my_timed: '42 17 * * *' |