aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/osmocom-obs-wireshark.yml
blob: 213a1f3758807b4d0733e25fd5a8da30a1764de6 (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
---
- project:
    name: Osmocom_OBS
    jobs:
      - Osmocom_OBS_wireshark

- job:
    name: 'Osmocom_OBS_wireshark'
    project-type: freestyle
    defaults: global
    description: |
      See <a href="https://osmocom.org/issues/2537">OS#2537</a>
      for more information.
    properties:
      - build-discarder:
          days-to-keep: 30
          num-to-keep: 30
    node: obs
    parameters:
      - string:
          name: BRANCH
          description: osmo-ci.git branch
          default: 'master'
    builders:
      - shell: |
          export PYTHONUNBUFFERED=1
          ./scripts/obs/update_obs_wireshark.sh osmocom:wireshark
    scm:
      - git:
          branches:
            - '$BRANCH'
          url: https://gerrit.osmocom.org/osmo-ci
          git-config-name: 'Jenkins Builder'
          git-config-email: 'jenkins@osmocom.org'
          wipe-workspace: true
    triggers:
      - timed: "H 19 * * *"

    publishers:
      - email:
          notify-every-unstable-build: true
          recipients: 'jenkins-notifications@lists.osmocom.org'