lj1412 | 14da554 | 2017-02-15 03:25:16 +0000 | [diff] [blame] | 1 | --- |
| 2 | |
| 3 | - project: |
| 4 | name: dcae-pgaas |
| 5 | project-name: 'dcae-pgaas' |
lj1412 | 14da554 | 2017-02-15 03:25:16 +0000 | [diff] [blame] | 6 | project: 'dcae/pgaas' |
| 7 | stream: |
| 8 | - 'master': |
| 9 | branch: 'master' |
Lusheng | 76094c1 | 2017-03-10 19:12:09 +0000 | [diff] [blame] | 10 | - 'release-1.0.0': |
| 11 | branch: 'release-1.0.0' |
lj1412 | 14da554 | 2017-02-15 03:25:16 +0000 | [diff] [blame] | 12 | mvn-settings: 'dcae-pgaas-settings' |
| 13 | files: '**' |
| 14 | archive-artifacts: '' |
lj1412 | d070484 | 2017-02-18 21:46:11 +0000 | [diff] [blame] | 15 | build-node: ubuntu1604-docker-8c-8g |
lj1412 | f75ed99 | 2017-02-17 22:21:06 +0000 | [diff] [blame] | 16 | mvn-goals: '--version' |
| 17 | mvn-goals-versioning: '--version' |
lj1412 | cde584e | 2017-02-18 22:36:45 +0000 | [diff] [blame] | 18 | extra-project: 'dcae/utils/buildtools' |
lj1412 | d070484 | 2017-02-18 21:46:11 +0000 | [diff] [blame] | 19 | extra-refspec: 'refs/heads/{branch}' |
Lisa Revel | e1f1406 | 2017-03-16 20:36:25 +0000 | [diff] [blame] | 20 | extra-branch: '{branch}' |
lj1412 | d070484 | 2017-02-18 21:46:11 +0000 | [diff] [blame] | 21 | checkout-dir: 'buildtools' |
lj1412 | f75ed99 | 2017-02-17 22:21:06 +0000 | [diff] [blame] | 22 | jobs: |
lj1412 | d070484 | 2017-02-18 21:46:11 +0000 | [diff] [blame] | 23 | - '{project-name}-{stream}-daily-release-2scm-mvn-script': |
lj1412 | f75ed99 | 2017-02-17 22:21:06 +0000 | [diff] [blame] | 24 | maven-deploy-properties: | |
| 25 | deployAtEnd=true |
lj1412 | 5d4e852 | 2017-02-22 19:37:03 +0000 | [diff] [blame] | 26 | script: | |
| 27 | bash ./script-pgaas-deb-build.sh release |
lj1412 | d070484 | 2017-02-18 21:46:11 +0000 | [diff] [blame] | 28 | - '{project-name}-{stream}-merge-2scm-mvn-script': |
lj1412 | 5d4e852 | 2017-02-22 19:37:03 +0000 | [diff] [blame] | 29 | script: | |
| 30 | bash ./script-pgaas-deb-build.sh merge |
lj1412 | d070484 | 2017-02-18 21:46:11 +0000 | [diff] [blame] | 31 | - '{project-name}-{stream}-verify-2scm-mvn-script': |
lj1412 | 5d4e852 | 2017-02-22 19:37:03 +0000 | [diff] [blame] | 32 | script: | |
| 33 | bash ./script-pgaas-deb-build.sh verify |