summaryrefslogtreecommitdiffstats
path: root/jjb/ovn4nfv/ovn4nfv-project-jobs.yaml
blob: 8fbd75ba9a3fad2f75fc4fa95b241746723f8234 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
- project:
    name: ovn4nfv

    project: '{name}'

    stream:
      - master:
          branch: '{stream}'
          gs-pathname: ''
          disabled: false
      - gambia: &gambia
          branch: 'stable/{stream}'
          gs-pathname: '/{stream}'
          disabled: false
      - fraser:
          branch: 'stable/{stream}'
          gs-pathname: '/{stream}'
          disabled: false

    jobs:
      - 'ovn4nfv-build-{stream}'

- job-template:
    name: 'ovn4nfv-build-{stream}'

    concurrent: true

    disabled: '{obj:disabled}'

    properties:
      - logrotate-default
      - throttle:
          enabled: true
          max-total: 1
          max-per-node: 1
          option: 'project'

    parameters:
      - project-parameter:
          project: '{project}'
          branch: '{branch}'
      - opnfv-build-defaults

    scm:
      - git-scm

    triggers:
      - timed: 'H 23 * * *'

    builders:
      - 'ovn4nfv-build-macro'

- builder:
    name: 'ovn4nfv-build-macro'
    builders:
      - shell: |
          #!/bin/bash

          echo "hello world"