summaryrefslogtreecommitdiffstats
path: root/jjb/dcae/pgaas.yaml
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-02-22 22:10:52 +0000
committerGerrit Code Review <gerrit@openecomp.org>2017-02-22 22:10:52 +0000
commitefe6e88b763281b0455d3a8eff659d1051da8d7f (patch)
tree77e16cc61a4efcc956684e1daa8fe6ff43337a4b /jjb/dcae/pgaas.yaml
parentfadd3e8a4c65c2391b2db8c3ff06edabd3c6af31 (diff)
parent5d4e8521e2c46ee07658f52b55c09d58ddc1b6c7 (diff)
Merge "unified script calling"
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