diff options
-rw-r--r-- | job-cfg/cd-tests.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/job-cfg/cd-tests.yaml b/job-cfg/cd-tests.yaml index 83b75731..ba270173 100644 --- a/job-cfg/cd-tests.yaml +++ b/job-cfg/cd-tests.yaml @@ -20,7 +20,7 @@ recipients: holger@layer-acht.org - archive: artifacts: 'results/**/*.*' - latest_only: 'false' + latest_only: false properties: - sidebar: url: http://jenkins.debian.net/userContent/about.html @@ -43,9 +43,8 @@ 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.' jobs: - - '{name}_debian-edu-wheezy': - chroot_tester_params: '1 debian-edu-wheezy http://ftp.skolelinux.org/cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso' + cd_tester_params: '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.' my_time: '23 42 * * *' |