summaryrefslogtreecommitdiffstats
path: root/jjb/dcae/apod-cdap.yaml
diff options
context:
space:
mode:
authorLisa Revel <lr0306@att.com>2017-02-16 20:14:52 +0000
committerLisa Revel <lr0306@att.com>2017-02-16 22:37:29 +0000
commit22a0a33b030d86701338b672a5e76824583c4422 (patch)
treee290af00341cced97c75698157fdac16d4d5ef7c /jjb/dcae/apod-cdap.yaml
parent8c848b7cfdcb885958f4bf1b1d6a08c02b2f3843 (diff)
Add jjb files for CDAP cluster build.
Change-Id: I5b17717971ef66721e402385d203d5eda32fc57c Signed-off-by: Lisa Revel <lr0306@att.com>
Diffstat (limited to 'jjb/dcae/apod-cdap.yaml')
-rw-r--r--jjb/dcae/apod-cdap.yaml32
1 files changed, 32 insertions, 0 deletions
diff --git a/jjb/dcae/apod-cdap.yaml b/jjb/dcae/apod-cdap.yaml
new file mode 100644
index 000000000..6dbccca2b
--- /dev/null
+++ b/jjb/dcae/apod-cdap.yaml
@@ -0,0 +1,32 @@
+---
+
+- project:
+ name: dcae-apod-cdap
+ project-name: 'dcae-apod-cdap'
+ jobs:
+ - '{project-name}-{stream}-two-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/apod/cdap'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'dcae-apod-cdap-settings'
+ files: '**'
+ archive-artifacts: ''
+ build-node: ubuntu1604-basebuild-4c-4g
+ extra-project: 'dcae/apod/buildtools'
+ extra-branch: 'master'
+ extra-refspec: 'refs/heads/{branch}'
+ checkout-dir: 'dcae-apod-buildtools'
+ script:
+ !include-raw-escape: 'include-raw-apod-cdap.sh'