From 14da554f48f877c4ec0e1aa708459896922076bf Mon Sep 17 00:00:00 2001 From: lj1412 Date: Wed, 15 Feb 2017 03:25:16 +0000 Subject: use include-raw instead of inline for script Change-Id: I78651d8c24199a6e281746b1ef27d73908e5ba11 Signed-off-by: lj1412 --- jjb/dcae/pgaas.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 jjb/dcae/pgaas.yaml (limited to 'jjb/dcae/pgaas.yaml') diff --git a/jjb/dcae/pgaas.yaml b/jjb/dcae/pgaas.yaml new file mode 100644 index 000000000..751ccfc24 --- /dev/null +++ b/jjb/dcae/pgaas.yaml @@ -0,0 +1,32 @@ +--- + +- project: + name: dcae-pgaas + project-name: 'dcae-pgaas' + jobs: + - '{project-name}-{stream}-multi-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 + + project: 'dcae/pgaas' + stream: + - 'master': + branch: 'master' + mvn-settings: 'dcae-pgaas-settings' + 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' -- cgit 1.2.3-korg