aboutsummaryrefslogtreecommitdiff
path: root/systems-diagnostics-amd64.yaml
blob: 08fb60b3026b3e21a7ba7463cceadc249320a1e1 (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
- job:
    name: systems-diagnostics-amd64
    project-type: freestyle
    defaults: global
    properties:
        - authorization:
            anonymous:
                - job-discover
            everyone-flat:
                - job-build
                - job-read
                - job-extended-read
                - job-workspace
        - build-discarder:
            days-to-keep: 5
            num-to-keep: 10
    disabled: false
    node: docker-bionic-amd64
    display-name: 'Systems Diagnostics - AMD64'

    scm:
        - git:
            url: ssh://git@dev-private-git.linaro.org/systems/diag-protected.git
            branches:
                - origin/master
            credentials-id: '768c1ba1-6052-4b97-a531-7e4fabda6979'
            skip-tag: true
            shallow-clone: true
            git-tool: jgit

    triggers:
        - pollscm: 'H/5 * * * *'

    wrappers:
        - timestamps
        - timeout:
            timeout: 500
        - ssh-agent-credentials:
                users:
                    - '768c1ba1-6052-4b97-a531-7e4fabda6979'


    builders:
        - shell: |
            bash -ex diag.sh

    publishers:
        - email:
            recipients: 'kelley.spoon@linaro.org'