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.yaml35
1 files changed, 16 insertions, 19 deletions
diff --git a/jjb/dcae/pgaas.yaml b/jjb/dcae/pgaas.yaml
index fa18bcec1..78643a82a 100644
--- a/jjb/dcae/pgaas.yaml
+++ b/jjb/dcae/pgaas.yaml
@@ -3,19 +3,7 @@
- project:
name: dcae-pgaas
project-name: 'dcae-pgaas'
- jobs:
- - '{project-name}-{stream}-two-scm-verify-script'
-
-
- # script: build script to execute
- # extra-project: extra gerrit project to checkout
- # extra-refspec: refspec for the extra project
- # extra-branch: branch to checkout for the extra project
- # checkout-dir: directory to checkout the extra project to
- # DO NOT SET THIS TO anything that translates to
- # $WORKSPACE as it will destroy the initial
- # project checkout
-
+ stream: 'master'
project: 'dcae/pgaas'
stream:
- 'master':
@@ -24,9 +12,18 @@
files: '**'
archive-artifacts: ''
build-node: ubuntu1604-basebuild-4c-4g
- extra-project: 'dcae/utils/buildtools'
- extra-branch: 'master'
- extra-refspec: 'refs/heads/{branch}'
- checkout-dir: 'buildtools'
- script:
- !include-raw-escape: 'include-raw-pgaas.sh'
+ 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'
+