blob: 6d37da5e02240e566a0d792ca525776ad49c8beb [file] [log] [blame]
Gary Wuee95ea52018-01-25 16:06:29 -08001---
2- job-template:
3 name: 'lab-{lab-name}-{env-name}-{job-name}'
4 disabled: false
5 project-type: freestyle
6 build-node: ubuntu1604-basebuild-2c-1g
7 auth-token: lab
8
9 properties:
10 - lf-infra-properties:
11 project: 'integration'
12 build-days-to-keep: '{build-days-to-keep}'
13
14 parameters:
15 - string:
16 name: LOG_DIR_URL
17 description: 'URL for the log directory produced by the external job'
18 - string:
19 name: SRC_BUILD_URL
20 description: 'URL for the external Jenkins build triggering this build'
21
22 wrappers:
23 - lf-infra-wrappers:
24 build-timeout: '{build-timeout}'
25 jenkins-ssh-credential: '{jenkins-ssh-credential}'
26
27 builders:
28 - shell:
29 !include-raw:
30 - include-raw-lab-retrieve-logs.sh
31
32 publishers:
33 - integration-robot:
34 unstable-if: 0.0
35 pass-if: 100.0
36 - lf-infra-publish