blob: cb87627bb6b93d55cac71b0efc9a09cefbbce465 [file] [log] [blame]
Kelley Spoon994ff442022-03-02 17:59:16 -06001- job:
2 name: systems-diagnostics-controller
3 project-type: freestyle
4 defaults: global
5 properties:
6 - authorization:
7 anonymous:
8 - job-discover
Benjamin Copeland9dc2eb82022-10-11 12:40:33 +01009 everyone-flat:
Kelley Spoon994ff442022-03-02 17:59:16 -060010 - job-build
11 - job-read
12 - job-extended-read
13 - job-configure
14 - job-cancel
15 - build-discarder:
16 days-to-keep: 5
17 num-to-keep: 10
18 disabled: false
Kelley Spoon083a72b2022-04-26 07:05:14 -050019 node: master
Kelley Spoon994ff442022-03-02 17:59:16 -060020 display-name: 'Systems Diagnostics - Controller'
21
22 wrappers:
23 - timestamps
24 - credentials-binding:
25 - text:
26 credential-id: JJB_USER
27 variable: JJB_USER
28 - credentials-binding:
29 - text:
30 credential-id: JJB_PASSWORD
31 variable: JJB_PASSWORD
32 - credentials-binding:
33 - text:
34 credential-id: LAVA_USER
35 variable: LAVA_USER
36 - credentials-binding:
37 - text:
38 credential-id: LAVA_TOKEN
39 variable: LAVA_TOKEN
40 - credentials-binding:
41 - text:
42 credential-id: DEV_PRIVATE_KEY
43 variable: DEV_PRIVATE_KEY
44 - credentials-binding:
45 - text:
46 credential-id: AUTH_TOKEN
47 variable: AUTH_TOKEN
48 - ssh-agent-credentials:
49 users:
50 - '768c1ba1-6052-4b97-a531-7e4fabda6979'
51 builders:
52 - shell: |
53 #!/bin/bash -e
54 curl -o ./diag.sh https://people.linaro.org/~kelley.spoon/diag.sh
55 /bin/bash ./diag.sh
56 rm -f ./diag.sh
57 publishers:
58 - email:
59 recipients: 'kelley.spoon@linaro.org'