aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/update-osmo-ci-on-slaves.yml
blob: e0f082f5a0e2896ca51064f0f579c530b5931b7b (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
- job:
    name: update-osmo-ci-on-slaves
    project-type: matrix
    axes:
      - axis:
          type: slave
          name: label
          values: [ OsmocomBuild1 , build1-debian9-lxc ]
    properties:
      - build-discarder:
          days-to-keep: 30
          num-to-keep: 120
    scm:
      - git:
          url: git://git.osmocom.org/osmo-ci
          git-config-name: 'Jenkins Builder'
          git-config-email: 'jenkins@osmocom.org'
          skip-tag: true
    builders:
      - shell: './contrib/jenkins.sh'
    description: |
      <b>Auto-generated using Jenkins Job Builder. DO NOT EDIT MANUALLY!</b>

# vim: expandtab tabstop=2 shiftwidth=2