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' |
| 10 | mvn-settings: 'dcae-pgaas-settings' |
| 11 | files: '**' |
| 12 | archive-artifacts: '' |
lj1412 | d070484 | 2017-02-18 21:46:11 +0000 | [diff] [blame] | 13 | build-node: ubuntu1604-docker-8c-8g |
lj1412 | f75ed99 | 2017-02-17 22:21:06 +0000 | [diff] [blame] | 14 | mvn-goals: '--version' |
| 15 | mvn-goals-versioning: '--version' |
lj1412 | d070484 | 2017-02-18 21:46:11 +0000 | [diff] [blame] | 16 | extra-project: 'dcae/buildtools' |
| 17 | extra-refspec: 'refs/heads/{branch}' |
| 18 | extra-branch: 'master' |
| 19 | checkout-dir: 'buildtools' |
lj1412 | f75ed99 | 2017-02-17 22:21:06 +0000 | [diff] [blame] | 20 | jobs: |
lj1412 | d070484 | 2017-02-18 21:46:11 +0000 | [diff] [blame] | 21 | - '{project-name}-{stream}-daily-release-2scm-mvn-script': |
lj1412 | f75ed99 | 2017-02-17 22:21:06 +0000 | [diff] [blame] | 22 | maven-deploy-properties: | |
| 23 | deployAtEnd=true |
| 24 | script: |
lj1412 | d070484 | 2017-02-18 21:46:11 +0000 | [diff] [blame] | 25 | !include-raw-escape: 'script-pgaas-daily-release.sh' |
| 26 | - '{project-name}-{stream}-merge-2scm-mvn-script': |
lj1412 | f75ed99 | 2017-02-17 22:21:06 +0000 | [diff] [blame] | 27 | script: |
lj1412 | d070484 | 2017-02-18 21:46:11 +0000 | [diff] [blame] | 28 | !include-raw-escape: 'script-pgaas-merge.sh' |
| 29 | - '{project-name}-{stream}-verify-2scm-mvn-script': |
lj1412 | f75ed99 | 2017-02-17 22:21:06 +0000 | [diff] [blame] | 30 | script: |
lj1412 | d070484 | 2017-02-18 21:46:11 +0000 | [diff] [blame] | 31 | !include-raw-escape: 'script-pgaas-verify.sh' |