blob: fa18bcec1a72e5b0e4fc153fa0e0fd3af3889ed5 [file] [log] [blame]
lj141214da5542017-02-15 03:25:16 +00001---
2
3- project:
4 name: dcae-pgaas
5 project-name: 'dcae-pgaas'
6 jobs:
Andrew Grimbergec9a1bf2017-02-16 09:56:57 -08007 - '{project-name}-{stream}-two-scm-verify-script'
lj141214da5542017-02-15 03:25:16 +00008
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/pgaas'
20 stream:
21 - 'master':
22 branch: 'master'
23 mvn-settings: 'dcae-pgaas-settings'
24 files: '**'
25 archive-artifacts: ''
26 build-node: ubuntu1604-basebuild-4c-4g
27 extra-project: 'dcae/utils/buildtools'
28 extra-branch: 'master'
29 extra-refspec: 'refs/heads/{branch}'
30 checkout-dir: 'buildtools'
31 script:
32 !include-raw-escape: 'include-raw-pgaas.sh'