diff options
author | 2017-02-22 22:10:52 +0000 | |
---|---|---|
committer | 2017-02-22 22:10:52 +0000 | |
commit | efe6e88b763281b0455d3a8eff659d1051da8d7f (patch) | |
tree | 77e16cc61a4efcc956684e1daa8fe6ff43337a4b /jjb/dcae/pgaas.yaml | |
parent | fadd3e8a4c65c2391b2db8c3ff06edabd3c6af31 (diff) | |
parent | 5d4e8521e2c46ee07658f52b55c09d58ddc1b6c7 (diff) |
Merge "unified script calling"
Diffstat (limited to 'jjb/dcae/pgaas.yaml')
-rw-r--r-- | jjb/dcae/pgaas.yaml | 12 |
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 |