unified script calling
Change-Id: Iab45c5051568b69b9b5f41162480b82731a63478
Signed-off-by: lj1412 <lji@research.att.com>
diff --git a/jjb/dcae/pgaas.yaml b/jjb/dcae/pgaas.yaml
index 7be82ed..a94b53a 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