diff options
author | Mattia Rizzolo <mattia@debian.org> | 2017-05-14 23:59:30 +0200 |
---|---|---|
committer | Mattia Rizzolo <mattia@debian.org> | 2017-05-14 23:59:34 +0200 |
commit | 29a12abf37bae779e4314b883a184320bfd15349 (patch) | |
tree | a84247ccc8c56449b961800a8050ba9fdc5892a1 | |
parent | 9bd3bb03ee4ccfc84d4b8e18c30d9b45ac085d8d (diff) | |
download | jenkins.debian.net-29a12abf37bae779e4314b883a184320bfd15349.tar.xz |
packages-test: poll SCM for dak-tests_jessie job
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-rw-r--r-- | job-cfg/packages-tests.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/job-cfg/packages-tests.yaml b/job-cfg/packages-tests.yaml index 3cbc06a3..df5c9e4b 100644 --- a/job-cfg/packages-tests.yaml +++ b/job-cfg/packages-tests.yaml @@ -28,6 +28,8 @@ branches: - master - 'origin/smoke-me/**' + my_origin_triggers: + triggers: '{obj:my_origin_triggers}' builders: - shell: '/srv/jenkins/bin/chroot-run.sh {my_distro} {my_shell}' publishers: @@ -45,7 +47,7 @@ - job-template: defaults: packages-tests name: '{name}_sid' - triggers: + my_origin_triggers: - pollscm: cron: '* H/2 * * *' @@ -109,3 +111,6 @@ my_disabled: true - '{name}_jessie': my_distro: 'jessie' + my_origin_triggers: + - pollscm: + cron: '* H/2 * * *' |