- defaults: name: haskell-packages 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-packages name: '{name}_sid' triggers: - timed: '0 15 * * 1' # every monday at 15:00 UTC - project: name: haskell-packages do_not_edit: '

Job configuration source is haskell-packages.yaml.' jobs: - '{name}_sid': my_distro: 'sid' 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.debian.org'