| --- |
| |
| - project: |
| name: dcae-pgaas |
| project-name: 'dcae-pgaas' |
| project: 'dcae/pgaas' |
| stream: |
| - 'master': |
| branch: 'master' |
| - 'release-1.0.0': |
| branch: 'release-1.0.0' |
| mvn-settings: 'dcae-pgaas-settings' |
| files: '**' |
| archive-artifacts: '' |
| build-node: ubuntu1604-docker-8c-8g |
| mvn-goals: '--version' |
| mvn-goals-versioning: '--version' |
| extra-project: 'dcae/utils/buildtools' |
| extra-refspec: 'refs/heads/{branch}' |
| extra-branch: 'master' |
| checkout-dir: 'buildtools' |
| jobs: |
| - '{project-name}-{stream}-daily-release-2scm-mvn-script': |
| maven-deploy-properties: | |
| deployAtEnd=true |
| script: | |
| bash ./script-pgaas-deb-build.sh release |
| - '{project-name}-{stream}-merge-2scm-mvn-script': |
| script: | |
| bash ./script-pgaas-deb-build.sh merge |
| - '{project-name}-{stream}-verify-2scm-mvn-script': |
| script: | |
| bash ./script-pgaas-deb-build.sh verify |