blob: f13bf8bbf92f9ccc59de2b83790f20170797ce8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
- 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} "apt-get --no-install-recommends -y install {my_pkgs}; {my_shell}"'
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 16 * * *' # every day at 16: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: 'sid'
my_pkgs: 'cabal-install dctrl-tools patchutils darcs libtext-patch-perl libfile-slurp-perl libipc-run-perl liblist-moreutils-perl libdpkg-perl'
my_shell: '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'
|