summaryrefslogtreecommitdiffstats
path: root/jjb/dcae/pgaas.yaml
blob: 32485326e5e57a630f4730a53fe78b724668eaa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---

- 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: '{branch}'
    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