Fix typo in netrc machine name
[ci-management.git] / jjb / dcae / pgaas.yaml
1 ---
2
3 - project:
4     name: dcae-pgaas
5     project-name: 'dcae-pgaas'
6     project: 'dcae/pgaas'
7     stream:
8       - 'master':
9           branch: 'master'
10     mvn-settings: 'dcae-pgaas-settings'
11     files: '**'
12     archive-artifacts: ''
13     build-node: ubuntu1604-docker-8c-8g
14     mvn-goals: '--version'
15     mvn-goals-versioning: '--version'
16     extra-project: 'dcae/utils/buildtools'
17     extra-refspec: 'refs/heads/{branch}'
18     extra-branch: 'master'
19     checkout-dir: 'buildtools'
20     jobs:
21       - '{project-name}-{stream}-daily-release-2scm-mvn-script':
22           maven-deploy-properties: |
23               deployAtEnd=true
24           script:
25             !include-raw-escape: 'script-pgaas-daily-release.sh'
26       - '{project-name}-{stream}-merge-2scm-mvn-script':
27           script:
28             !include-raw-escape: 'script-pgaas-merge.sh'
29       - '{project-name}-{stream}-verify-2scm-mvn-script':
30           script:
31             !include-raw-escape: 'script-pgaas-verify.sh'