summaryrefslogtreecommitdiffstats
path: root/job-cfg/haskell-package-plan.yaml
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-04-14 22:27:36 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-15 11:49:14 +0200
commitf39e98dac4c267f7e28e65f738b5a231d68c81dd (patch)
tree52d49049ba0a02d40a71f22b675f22d5d36e124e /job-cfg/haskell-package-plan.yaml
parentf62a2d1e33fdd6e613feb2d97afa2aab2ebbd732 (diff)
downloadjenkins.debian.net-f39e98dac4c267f7e28e65f738b5a231d68c81dd.tar.xz
haskell-package-plan: Use git plugin and scm-trigger
Diffstat (limited to 'job-cfg/haskell-package-plan.yaml')
-rw-r--r--job-cfg/haskell-package-plan.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/job-cfg/haskell-package-plan.yaml b/job-cfg/haskell-package-plan.yaml
index e0a2d0bf..b1bd4393 100644
--- a/job-cfg/haskell-package-plan.yaml
+++ b/job-cfg/haskell-package-plan.yaml
@@ -25,11 +25,17 @@
publishers:
- email:
recipients: '{my_recipients}'
+ scm:
+ - git:
+ url: 'git://anonscm.debian.org/pkg-haskell/package-plan.git'
+ branches:
+ - master
- job-template:
defaults: haskell-package-plan
name: '{name}'
triggers:
+ - pollscm: '*/6 * * * *'
- timed: '0 15 * * 1' # every monday at 15:00 UTC
- project:
@@ -38,6 +44,6 @@
jobs:
- '{name}':
my_distro: 'jessie'
- my_shell: 'apt-get -y install cabal-install darcs libtext-patch-perl; cabal update; darcs get http://anonscm.debian.org/darcs/pkg-haskell/tools/; cd tools/all-packages; perl ./test-packages.pl'
+ my_shell: 'apt-get -y install cabal-install darcs libtext-patch-perl; cabal update; ./test-packages.pl'
my_description: 'Haskell Metadata sanity checks'
my_recipients: 'jenkins+debian-haskell holger@layer-acht.org pkg-haskell-maintainers@lists.alioth.debian.org'