diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-06 19:54:41 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-06 19:54:41 +0200 |
commit | df15be0ec288ac76b473f0f3f8cc3924472f704f (patch) | |
tree | 4da70abff88e7b0d060449ad6b940ff02122a70f /job-cfg | |
parent | 433939ceaeee92c62684bb202de5e5f6710c37c9 (diff) | |
download | jenkins.debian.net-df15be0ec288ac76b473f0f3f8cc3924472f704f.tar.xz |
poll lintian.git every 6m - yes, thats need to be changed to triggers by hooks..
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/lintian-tests.yaml | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/job-cfg/lintian-tests.yaml b/job-cfg/lintian-tests.yaml index a0bd01d4..34a7b9e5 100644 --- a/job-cfg/lintian-tests.yaml +++ b/job-cfg/lintian-tests.yaml @@ -12,10 +12,12 @@ branches: - master builders: - - shell: '/srv/jenkins/bin/chroot-run.sh {distro} {my_shell}' + - shell: '/srv/jenkins/bin/chroot-run.sh {distro} {my_shell}' + triggers: + - pollscm: "*/6 * * * *" publishers: - - email: - recipients: '{my_recipients}' + - email: + recipients: 'jenkins+debian-qa lintian-maint@debian.org holger@layer-acht.org' properties: - sidebar: url: http://jenkins.debian.net/userContent/about.html @@ -45,23 +47,16 @@ - project: name: lintian-tests do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=qa/jenkins.debian.net.git;a=blob;f=job-cfg/lintian-tests.yaml">lintian-tests.yaml</a>.' - my_recipients: 'jenkins+debian-qa lintian-maint@debian.org holger@layer-acht.org' jobs: - '{name}_unstable': - triggers: - - timed: "31 6 * * *" distro: 'unstable' gitrepo: 'git://anonscm.debian.org/lintian/lintian.git' my_shell: 'debian/rules runtests' - '{name}_testing': - triggers: - - timed: "01 8 * * *" distro: 'testing' gitrepo: 'git://anonscm.debian.org/lintian/lintian.git' my_shell: 'debian/rules runtests' - '{name}_stable': - triggers: - - timed: "31 9 * * *" distro: 'stable' gitrepo: 'git://anonscm.debian.org/lintian/lintian.git' my_shell: 'debian/rules runtests' |