diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-04-14 22:27:36 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-15 11:49:14 +0200 |
commit | f39e98dac4c267f7e28e65f738b5a231d68c81dd (patch) | |
tree | 52d49049ba0a02d40a71f22b675f22d5d36e124e /job-cfg | |
parent | f62a2d1e33fdd6e613feb2d97afa2aab2ebbd732 (diff) | |
download | jenkins.debian.net-f39e98dac4c267f7e28e65f738b5a231d68c81dd.tar.xz |
haskell-package-plan: Use git plugin and scm-trigger
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/haskell-package-plan.yaml | 8 |
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' |