- defaults:
name: lintian-tests
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/lintian-tests/
text: lintian 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
description: '{my_description}{do_not_edit}'
logrotate:
daysToKeep: 365
numToKeep: 365
artifactDaysToKeep: -1
artifactNumToKeep: -1
scm:
- git:
url: '{gitrepo}'
branches:
- master
triggers:
- pollscm: '*/6 * * * *'
builders:
- shell: '/srv/jenkins/bin/chroot-run.sh {my_distro} {my_shell}'
publishers:
- email:
recipients: '{my_recipients}'
- job-template:
defaults: lintian-tests
name: '{name}_stable'
- job-template:
defaults: lintian-tests
name: '{name}_testing'
- job-template:
defaults: lintian-tests
name: '{name}_unstable'
- project:
name: lintian-tests
do_not_edit: '
Job configuration source is lintian-tests.yaml.'
gitrepo: 'git://anonscm.debian.org/lintian/lintian.git'
jobs:
- '{name}_unstable':
my_distro: 'unstable'
my_shell: 'debian/rules runtests'
my_description: 'Debian/Lintian testsuite running on unstable.'
my_recipients: 'jenkins+debian-qa holger@layer-acht.org lintian-maint@debian.org'
- '{name}_testing':
my_distro: 'testing'
my_shell: 'debian/rules runtests'
my_description: 'Debian/Lintian testsuite running on testing.'
my_recipients: 'jenkins+debian-qa holger@layer-acht.org lintian-maint@debian.org'
- '{name}_stable':
my_distro: 'stable'
my_shell: 'debian/rules runtests'
my_description: 'Debian/Lintian testsuite running on stable.'
my_recipients: 'jenkins+debian-qa holger@layer-acht.org lintian-maint@debian.org'