summaryrefslogtreecommitdiffstats
path: root/jjb/netready/netready.yml
blob: 798029373c6d8fdf379e8ab42551f0ee5ec7cecc (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
61
62
63
64
65
66
67
68
69
---
- project:
    name: netready

    project: '{name}'

    jobs:
      - '{project}-verify-{stream}'
      - 'netready-build-gluon-packages-daily-{stream}'

    stream:
      - master:
          branch: '{stream}'
          gs-pathname: ''
          disabled: false

- job-template:
    name: 'netready-build-gluon-packages-daily-{stream}'

    disabled: true

    concurrent: true

    parameters:
      - project-parameter:
          project: '{project}'
          branch: '{branch}'
      - 'opnfv-build-ubuntu-defaults'
      - 'netready-parameter':
          gs-pathname: '{gs-pathname}'

    scm:
      - git-scm

    builders:
      - 'netready-gluon-build'

    triggers:
      - timed: '@midnight'


########################
# builder macros
########################

- builder:
    name: 'netready-gluon-build'
    builders:
      - shell:
          !include-raw: ./netready-gluon-build.sh
      - shell:
          !include-raw: ./netready-upload-gluon-packages.sh


########################
# parameter macros
########################

- parameter:
    name: netready-parameter
    parameters:
      - string:
          name: BUILD_DIRECTORY
          default: $WORKSPACE/build
          description: "Directory where the build artifact will be located upon the completion of the build."
      - string:
          name: GS_URL
          default: artifacts.opnfv.org/$PROJECT{gs-pathname}
          description: "URL to Google Storage."