summaryrefslogtreecommitdiffstats
path: root/jjb/dcae/pgaas.yaml
blob: 78643a82adcd3f18a2cb28a7a7dfd6dea90d0c42 (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
---

- project:
    name: dcae-pgaas
    project-name: 'dcae-pgaas'
    stream: 'master'
    project: 'dcae/pgaas'
    stream:
      - 'master':
          branch: 'master'
    mvn-settings: 'dcae-pgaas-settings'
    files: '**'
    archive-artifacts: ''
    build-node: ubuntu1604-basebuild-4c-4g
    mvn-goals: '--version'
    mvn-goals-versioning: '--version'
    jobs:
      - '{project-name}-{stream}-daily-release-scm-mvn-script':
          maven-deploy-properties: |
              deployAtEnd=true
          script:
              !include-raw-escape: 'script-pgaas-daily-release.sh'
      - '{project-name}-{stream}-merge-scm-mvn-script':
          script:
              !include-raw-escape: 'script-pgaas-merge.sh'
      - '{project-name}-{stream}-verify-scm-mvn-script':
          script:
              !include-raw-escape: 'script-pgaas-verify.sh'