summaryrefslogtreecommitdiffstats
path: root/jjb/dcae/pgaas.yaml
diff options
context:
space:
mode:
authorlj1412 <lji@research.att.com>2017-02-22 19:37:03 +0000
committerLusheng Ji <lji@research.att.com>2017-02-22 21:09:33 +0000
commit5d4e8521e2c46ee07658f52b55c09d58ddc1b6c7 (patch)
treed4c266691bfd744eaff62b23855e5af00fbfbc5b /jjb/dcae/pgaas.yaml
parent5e5dc632915cd9db4b338a982331c34a40f0cb2c (diff)
unified script calling
Change-Id: Iab45c5051568b69b9b5f41162480b82731a63478 Signed-off-by: lj1412 <lji@research.att.com>
Diffstat (limited to 'jjb/dcae/pgaas.yaml')
-rw-r--r--jjb/dcae/pgaas.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/jjb/dcae/pgaas.yaml b/jjb/dcae/pgaas.yaml
index 7be82ed35..a94b53a37 100644
--- a/jjb/dcae/pgaas.yaml
+++ b/jjb/dcae/pgaas.yaml
@@ -21,11 +21,11 @@
- '{project-name}-{stream}-daily-release-2scm-mvn-script':
maven-deploy-properties: |
deployAtEnd=true
- script:
- !include-raw-escape: 'script-pgaas-daily-release.sh'
+ script: |
+ bash ./script-pgaas-deb-build.sh release
- '{project-name}-{stream}-merge-2scm-mvn-script':
- script:
- !include-raw-escape: 'script-pgaas-merge.sh'
+ script: |
+ bash ./script-pgaas-deb-build.sh merge
- '{project-name}-{stream}-verify-2scm-mvn-script':
- script:
- !include-raw-escape: 'script-pgaas-verify.sh'
+ script: |
+ bash ./script-pgaas-deb-build.sh verify