blob: 6dbccca2b580c8a741e036d523c708c4f84397c0 [file] [log] [blame]
Lisa Revel22a0a332017-02-16 20:14:52 +00001---
2
3- project:
4 name: dcae-apod-cdap
5 project-name: 'dcae-apod-cdap'
6 jobs:
7 - '{project-name}-{stream}-two-scm-verify-script'
8
9
10 # script: build script to execute
11 # extra-project: extra gerrit project to checkout
12 # extra-refspec: refspec for the extra project
13 # extra-branch: branch to checkout for the extra project
14 # checkout-dir: directory to checkout the extra project to
15 # DO NOT SET THIS TO anything that translates to
16 # $WORKSPACE as it will destroy the initial
17 # project checkout
18
19 project: 'dcae/apod/cdap'
20 stream:
21 - 'master':
22 branch: 'master'
23 mvn-settings: 'dcae-apod-cdap-settings'
24 files: '**'
25 archive-artifacts: ''
26 build-node: ubuntu1604-basebuild-4c-4g
27 extra-project: 'dcae/apod/buildtools'
28 extra-branch: 'master'
29 extra-refspec: 'refs/heads/{branch}'
30 checkout-dir: 'dcae-apod-buildtools'
31 script:
32 !include-raw-escape: 'include-raw-apod-cdap.sh'