blob: 32485326e5e57a630f4730a53fe78b724668eaa1 [file] [log] [blame]
lj141214da5542017-02-15 03:25:16 +00001---
2
3- project:
4 name: dcae-pgaas
5 project-name: 'dcae-pgaas'
lj141214da5542017-02-15 03:25:16 +00006 project: 'dcae/pgaas'
7 stream:
8 - 'master':
9 branch: 'master'
Lusheng76094c12017-03-10 19:12:09 +000010 - 'release-1.0.0':
11 branch: 'release-1.0.0'
lj141214da5542017-02-15 03:25:16 +000012 mvn-settings: 'dcae-pgaas-settings'
13 files: '**'
14 archive-artifacts: ''
lj1412d0704842017-02-18 21:46:11 +000015 build-node: ubuntu1604-docker-8c-8g
lj1412f75ed992017-02-17 22:21:06 +000016 mvn-goals: '--version'
17 mvn-goals-versioning: '--version'
lj1412cde584e2017-02-18 22:36:45 +000018 extra-project: 'dcae/utils/buildtools'
lj1412d0704842017-02-18 21:46:11 +000019 extra-refspec: 'refs/heads/{branch}'
Lisa Revele1f14062017-03-16 20:36:25 +000020 extra-branch: '{branch}'
lj1412d0704842017-02-18 21:46:11 +000021 checkout-dir: 'buildtools'
lj1412f75ed992017-02-17 22:21:06 +000022 jobs:
lj1412d0704842017-02-18 21:46:11 +000023 - '{project-name}-{stream}-daily-release-2scm-mvn-script':
lj1412f75ed992017-02-17 22:21:06 +000024 maven-deploy-properties: |
25 deployAtEnd=true
lj14125d4e8522017-02-22 19:37:03 +000026 script: |
27 bash ./script-pgaas-deb-build.sh release
lj1412d0704842017-02-18 21:46:11 +000028 - '{project-name}-{stream}-merge-2scm-mvn-script':
lj14125d4e8522017-02-22 19:37:03 +000029 script: |
30 bash ./script-pgaas-deb-build.sh merge
lj1412d0704842017-02-18 21:46:11 +000031 - '{project-name}-{stream}-verify-2scm-mvn-script':
lj14125d4e8522017-02-22 19:37:03 +000032 script: |
33 bash ./script-pgaas-deb-build.sh verify