summaryrefslogtreecommitdiffstats
path: root/jjb/dcae/pgaas.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/dcae/pgaas.yaml')
-rw-r--r--jjb/dcae/pgaas.yaml33
1 files changed, 0 insertions, 33 deletions
diff --git a/jjb/dcae/pgaas.yaml b/jjb/dcae/pgaas.yaml
deleted file mode 100644
index 32485326e..000000000
--- a/jjb/dcae/pgaas.yaml
+++ /dev/null
@@ -1,33 +0,0 @@
----
-
-- 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