aboutsummaryrefslogtreecommitdiff
path: root/bigdata-bigtop-deb.yaml
blob: 909aa83a48215182a88402fc0e88aa4e99439c09 (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
- job:
    name: bigdata-bigtop-deb
    project-type: freestyle
    defaults: global
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
            linaro:
                - job-read
                - job-extended-read
                - job-build
                - job-cancel
        - build-discarder:
            days-to-keep: 30
            num-to-keep: 30
            artifact-num-to-keep: 1
    disabled: false
    node: leg-aarch64
    display-name: 'Bigdata Apache BigTop (deb)'
    wrappers:
        - timestamps
    builders:
        - shell:
            !include-raw: bigdata-bigtop-deb/builders.sh
    publishers:
        - archive:
            artifacts: 'bigtop-trunk/output/**'
        - email-ext:
            recipients: 'leg-bigdata@linaro.org, fathi.boudra@linaro.org, guodong.xu@linaro.org'