aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/osmocom-obs.yml
blob: 84a471084792b556999572534ef7232aa5ce45b7 (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
---
- project:
    name: Osmocom_OBS
    jobs:
      - Osmocom_OBS_{type}
    type:
      - nightly
      - latest

- job-template:
    name: 'Osmocom_OBS_{type}'
    project-type: freestyle
    defaults: global
    description: |
        <ul>
          <li><a href="https://build.opensuse.org/project/show/network:osmocom:{type}">osmocom:{type} home page</a>
          <li><a href="https://build.opensuse.org/project/monitor/network:osmocom:{type}">osmocom:{type} build monitor</a>
          <li><a href="https://osmocom.org/projects/cellular-infrastructure/wiki/Binary_Packages">Wiki: binary packages</a>
        </ul>
        (Generated by job-builder)
    node: obs
    builders:
      - shell:
          ./scripts/osmocom-{type}-packages.sh
    scm:
      - git:
          url: git://git.osmocom.org/osmo-ci
          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