aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/osmocom-obs-check-new-distros.yml
blob: 760479a3a0744be18270806bbbf0dacf3cbed6de (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
---
- job:
    name: 'Osmocom_OBS_check_new_distros'
    project-type: freestyle
    concurrent: false
    defaults: global
    description: |
      Check whether new distributions (Debian, Raspyberry Pi OS, Ubuntu) are
      available in openSUSE's OBS that we need to add to the Osmocom OBS.
    properties:
      - build-discarder:
          days-to-keep: 30
          num-to-keep: 30
    node: obs
    parameters:
      - string:
          name: CI_BRANCH
          description: osmo-ci.git branch
          default: 'master'
    scm:
      - git:
          branches:
            - '$CI_BRANCH'
          url: https://gerrit.osmocom.org/osmo-ci
          git-config-name: 'Jenkins Builder'
          git-config-email: 'jenkins@osmocom.org'
    builders:
      - shell: |
          export PYTHONUNBUFFERED=1
          ./scripts/obs/check_new_distros.py --docker
    triggers:
      - timed: "H 19 * * *"
    wrappers:
    - ansicolor:
        colormap: xterm
    publishers:
      - email:
          notify-every-unstable-build: true
          recipients: 'jenkins-notifications@lists.osmocom.org'