Merge "Add release build"
[ci-management.git] / jjb / dcae / pgaas.yaml
1 ---
2
3 - project:
4     name: dcae-pgaas
5     project-name: 'dcae-pgaas'
6     jobs:
7       - '{project-name}-{stream}-multi-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/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'