aboutsummaryrefslogtreecommitdiff
path: root/post-build-reports.yaml
blob: b436997e17be0e3ee13a95fd8b5ff58f471dd333 (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
- job:
    name: post-build-reports
    project-type: freestyle
    defaults: global
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
            milosz.wasilewski@linaro.org:
                - job-build
                - job-cancel
                - job-configure
        - build-discarder:
            days-to-keep: 90
            num-to-keep: 90
            artifact-num-to-keep: 1
    parameters:
        - string:
            name: LAVA_SERVER
            default: ''
        - string:
            name: LAVA_JOB_ID
            default: ''
        - string:
            name: BUILD_JOB
            default: ''
    disabled: false
    node: master
    display-name: 'Post build reports'
    wrappers:
        - timestamps
    builders:
        - shell: |
            #!/bin/bash