Added complete set of DCAE Controller JJB jobs.
Change-Id: Ia78a79cf4e690a92af2b4211f45601ec553aa4b8
Signed-off-by: Carsten Lund <lund@research.att.com>
diff --git a/jjb/dcae/dcae-controller.yaml b/jjb/dcae/dcae-controller.yaml
new file mode 100644
index 0000000..0e082ee
--- /dev/null
+++ b/jjb/dcae/dcae-controller.yaml
@@ -0,0 +1,21 @@
+---
+- project:
+ name: dcae-controller
+ project-name: 'dcae-controller'
+ jobs:
+ - '{project-name}-{stream}-verify-java'
+ - '{project-name}-{stream}-merge-java'
+ - '{project-name}-{stream}-release-java-daily'
+
+ project: 'dcae/controller'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'dcae-settings'
+ # due to a strange macro / variable translation problem this needs to be
+ # passed as a string block to properly get the properties correctly defined
+ # in the job
+ maven-deploy-properties: |
+ deployAtEnd=true
+ files: '**'
+ archive-artifacts: ''