aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/osmocom-debian-install.yml
blob: 1f6c62a2b202a26129f7dc1ce5c2d79d9d40e90f (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
---
- project:
    name: Osmocom-Debian-install
    jobs:
      - Osmocom-Debian-install-{type}
    type:
      - nightly
      - latest

- job-template:
    name: 'Osmocom-Debian-install-{type}'

    project-type: freestyle
    defaults: global
    description: |
        <ul>
          <li> Install all Osmocom debian packages (<a href="https://osmocom.org/issues/3176">OS#3176</a>)
          <li> Check if Osmocom systemd services start properly (<a href="https://osmocom.org/issues/3369">OS#3369</a>)
        </ul>
    node: osmocom-master-debian9
    parameters:
      - string:
          name: BRANCH
          description: |
                docker-playground.git branch
          default: '*/master'
    builders:
      - shell:
          cd debian-repo-install-test && FEED={type} ./jenkins.sh
    scm:
      - git:
          branches:
            - '$BRANCH'
          url: git://git.osmocom.org/docker-playground
          git-config-name: 'Jenkins Builder'
          git-config-email: 'jenkins@osmocom.org'
    triggers:
      - timed: "@midnight"
    publishers:
      - email:
          notify-every-unstable-build: true
          recipients: 'jenkins-notifications@lists.osmocom.org'

# vim: expandtab tabstop=2 shiftwidth=2