- defaults: name: rebootstrap project-type: freestyle 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/rebootstrap/ text: All rebootstrap jobs icon: /userContent/images/debian-jenkins-24x24.png - sidebar: url: http://www.profitbricks.com text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png description: '{my_description}{do_not_edit}' logrotate: daysToKeep: 365 numToKeep: 365 artifactDaysToKeep: -1 artifactNumToKeep: -1 scm: - git: url: 'git://anonscm.debian.org/users/helmutg/rebootstrap.git' branches: - jenkins builders: - shell: '/srv/jenkins/bin/chroot-run.sh sid ./bootstrap.sh HOST_ARCH={my_arch} {my_params}' publishers: - email: recipients: 'jenkins+debian-bootstrap helmutg@debian.org holger@layer-acht.org' - job-template: defaults: rebootstrap name: '{name}_arm64' triggers: - pollscm: '*/6 * * * *' - timed: '55 11 * * 0' # every sunday at 11:55 - job-template: defaults: rebootstrap name: '{name}_arm64_gcc49' triggers: - pollscm: '*/6 * * * *' - timed: '25 12 * * 0' # every sunday at 12:25 - job-template: defaults: rebootstrap name: '{name}_m68k' triggers: - pollscm: '*/6 * * * *' - timed: '55 12 * * 0' # every sunday at 12:55 - project: name: rebootstrap do_not_edit: '

Job configuration source is rebootstrap.yaml.' jobs: - '{name}_arm64': my_arch: 'arm64' my_params: '' my_description: 'Verfy bootstrappability of Debian on arm64' - '{name}_arm64_gcc49': my_arch: 'arm64' my_params: 'GCC_VER=4.9' my_description: 'Verfy bootstrappability of Debian on arm64' - '{name}_m68k': my_arch: 'm68k' my_params: '' my_description: 'Verfy bootstrappability of Debian on m68k'