- defaults: name: cd-test description: '{my_description}{do_not_edit}' logrotate: daysToKeep: 90 numToKeep: 25 artifactDaysToKeep: -1 artifactNumToKeep: -1 triggers: - timed: "{my_timed}" builders: - shell: "{my_shell}" publishers: - logparser: rulespath: '/srv/jenkins/logparse/debian.rules' unstable_on_warning: 'true' fail_on_error: 'true' - email: recipients: '{my_recipients}' - archive: artifacts: 'results/*.*' latest_only: false properties: - sidebar: url: http://jenkins.debian.net/userContent/about.html text: About jenkins.debian.net icon: /userContent/images/debian-swirl-24x24.png - sidebar: url: http://jenkins.debian.net/view/cd-tests/ text: All cd-test jobs icon: /userContent/images/debian-jenkins-24x24.png - sidebar: url: http://www.profitbricks.com text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png - job-template: defaults: cd-test name: '{name}_wheezy_debian_edu_workstation' - job-template: defaults: cd-test name: '{name}_squeeze-test_debian_edu_standalone' - job-template: defaults: cd-test name: '{name}_wheezy_lxde' - project: name: cd-test do_not_edit: '

Job configuration source is cd-tests.yaml.' 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' my_description: 'Do a fully automated installation of a Debian Edu Wheezy workstation installation - via d-i preseeding (with this preseed.cfg) using the netinst CD image.' my_timed: '42 23 * * *' my_recipients: 'jenkins+debian-edu holger@layer-acht.org' - '{name}_squeeze-test_debian_edu_standalone': my_shell: '/srv/jenkins/bin/cd_tester.sh 2 squeeze-test-debian-edu-standalone 20 http://ftp.skolelinux.org/cd-squeeze-test-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso' my_description: 'Do a fully automated installation of a Debian Edu Squeeze (suite: squeeze-test) standalone installation - via d-i preseeding (with this preseed.cfg) using the netinst CD image.' my_timed: '42 3 * * *' my_recipients: 'jenkins+debian-edu holger@layer-acht.org' - '{name}_wheezy_lxde': my_shell: '/srv/jenkins/bin/cd_tester.sh 3 wheezy-lxde 10 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 (with this preseed.cfg) using netboot gtk.' my_timed: '42 17 * * *' my_recipients: 'jenkins+debian-boot holger@layer-acht.org'