summaryrefslogtreecommitdiffstats
path: root/job-cfg/haskell-package-plan.yaml
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-04-14 22:25:45 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-15 11:49:14 +0200
commitf62a2d1e33fdd6e613feb2d97afa2aab2ebbd732 (patch)
tree1f145a90bbf7b59f21e0f94bfc9f9cccc3d85489 /job-cfg/haskell-package-plan.yaml
parentcd3d9bced12d3cd3fd696a141608828a1c4cb460 (diff)
downloadjenkins.debian.net-f62a2d1e33fdd6e613feb2d97afa2aab2ebbd732.tar.xz
Rename Haskell Job to haskell-package-plan
which describes the job better, and matches the newly created git repository.
Diffstat (limited to 'job-cfg/haskell-package-plan.yaml')
-rw-r--r--job-cfg/haskell-package-plan.yaml43
1 files changed, 43 insertions, 0 deletions
diff --git a/job-cfg/haskell-package-plan.yaml b/job-cfg/haskell-package-plan.yaml
new file mode 100644
index 00000000..e0a2d0bf
--- /dev/null
+++ b/job-cfg/haskell-package-plan.yaml
@@ -0,0 +1,43 @@
+- defaults:
+ name: haskell-package-plan
+ project-type: freestyle
+ properties:
+ - sidebar:
+ url: https://jenkins.debian.net/userContent/about.html
+ text: About jenkins.debian.net
+ icon: /userContent/images/debian-swirl-24x24.png
+ - sidebar:
+ url: https://jenkins.debian.net/view/haskell/
+ text: Haskell packages metadata consistency
+ 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
+ builders:
+ - shell: '/srv/jenkins/bin/chroot-run.sh {my_distro} {my_shell}'
+ publishers:
+ - email:
+ recipients: '{my_recipients}'
+
+- job-template:
+ defaults: haskell-package-plan
+ name: '{name}'
+ triggers:
+ - timed: '0 15 * * 1' # every monday at 15:00 UTC
+
+- project:
+ name: haskell-package-plan
+ 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/haskell-package-plan.yaml">haskell-package-plan.yaml</a>.'
+ 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_description: 'Haskell Metadata sanity checks'
+ my_recipients: 'jenkins+debian-haskell holger@layer-acht.org pkg-haskell-maintainers@lists.alioth.debian.org'