aboutsummaryrefslogtreecommitdiff
path: root/leg-kolla-queens-ldc.yaml
blob: cd2d33aa7d6cf796da5951f4b18df9a4c6f539d5 (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
- job:
    name: leg-kolla-queens-ldc
    project-type: freestyle
    defaults: global
    properties:
        - authorization:
            anonymous:
                - job-discover
            linaro:
                - job-read
                - job-extended-read
                - job-build
                - job-cancel
        - build-discarder:
            days-to-keep: 30
            num-to-keep: 30
    parameters:
        - string:
            name: DEVCLOUD
            default: '1'
            description: 'build images for developer cloud'
        - string:
            name: BRANCH
            default: 'stable/queens'
            description: 'branch to use'
    disabled: false
    node: leg-aarch64
    concurrent: false
    display-name: 'LEG Kolla images build/publish (Queens images for Linaro Developer Cloud)'
    wrappers:
        - timestamps
        - copy-to-slave:
            includes:
                - config.json
            relative-to: 'somewhereElse'
        - credentials-binding:
            - text:
                credential-id: DOCKER_AUTH
                variable: DOCKER_AUTH
    builders:
        - shell:
            !include-raw: leg-kolla/build.sh
        - linaro-publish-token
        - shell:
            !include-raw: leg-kolla/publishers.sh
    publishers:
        - email:
            recipients: 'marcin.juszkiewicz@linaro.org riku.voipio@linaro.org fathi.boudra@linaro.org sdi-team@linaro.org'