summaryrefslogtreecommitdiffstats
path: root/job-cfg/ruby-qa.yaml
blob: eb2ec7fe35b07ad3f347a136531b2700bb2b6af3 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
- defaults:
    name: ruby-qa
    description: 'Debian/Ruby QA checks.{do_not_edit}'
    logrotate:
      daysToKeep: 365
      numToKeep: 365
      artifactDaysToKeep: -1
      artifactNumToKeep: -1
    scm:
      - git:
          url: '{gitrepo}'
          branches:
            - master
    builders:
        - shell: '/srv/jenkins/bin/chroot-run.sh {distro} {my_shell}'
    publishers:
        - email:
            recipients: jenkins+debian-ruby terceiro@debian.org
    properties:
      - sidebar:
          url: http://jenkins.debian.net/userContent/about.html
          text: About jenkins.debian.net
          icon: /userContent/images/debian-swirl-24x24.png
      - sidebar:
          url: http://jenkins.debian.net/view/ruby-qa/
          text: Ruby QA jobs
          icon: /userContent/images/debian-jenkins-24x24.png
      - sidebar:
          url: http://www.profitbricks.com
          text: Sponsored by Profitbricks
          icon: /userContent/images/profitbricks-24x24.png

- job-template:
    defaults: ruby-qa
    name: '{name}_stable'

- job-template:
    defaults: ruby-qa
    name: '{name}_testing'

- job-template:
    defaults: ruby-qa
    name: '{name}_unstable'

- project:
    name: ruby-qa
    do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git;a=blob;f=job-cfg/ruby-qa.yaml">ruby-qa.yaml</a>.'
    jobs:
        - '{name}_unstable':
            triggers:
                - timed: "31 3 * * *"
            distro: 'unstable'
            gitrepo: 'git://anonscm.debian.org/pkg-ruby-extras/ruby-debian-qa.git'
            my_shell: './ci-run'
        - '{name}_testing':
            triggers:
                - timed: "31 4 * * *"
            distro: 'testing'
            gitrepo: 'git://anonscm.debian.org/pkg-ruby-extras/ruby-debian-qa.git'
            my_shell: './ci-run'
        - '{name}_stable':
            triggers:
                - timed: "31 5 * * *"
            distro: 'stable'
            gitrepo: 'git://anonscm.debian.org/pkg-ruby-extras/ruby-debian-qa.git'
            my_shell: './ci-run'