summaryrefslogtreecommitdiffstats
path: root/jjb/dcae/pgaas.yaml
diff options
context:
space:
mode:
authorlj1412 <lji@research.att.com>2017-02-17 22:21:06 +0000
committerLusheng Ji <lji@research.att.com>2017-02-18 19:46:08 +0000
commitf75ed99361b3dfa731583352259525b17aaeec89 (patch)
tree7d034cc7b0cc81eabfbc7710734f52fe21895333 /jjb/dcae/pgaas.yaml
parent93b644286cbc0706aab65e81fef5713b8272291a (diff)
new script template and pgass' use
Change-Id: I7e08f11433690e48a8751184abc955d3d5ec7446 Signed-off-by: lj1412 <lji@research.att.com>
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'
+