summaryrefslogtreecommitdiffstats
path: root/jjb/dcae
diff options
context:
space:
mode:
authorCarsten Lund <lund@research.att.com>2017-02-15 23:59:25 +0000
committerCarsten Lund <lund@research.att.com>2017-02-16 12:32:37 +0000
commitda8b6977e0385f99eaad70f60ac3259a36b2ba71 (patch)
tree65d32c1419fe5e86af44f54f9e5cc74855226956 /jjb/dcae
parent8ea8864bea4756a79bebd733ff85b053c32a6e64 (diff)
Added complete set of DCAE Controller JJB jobs.
Change-Id: Ia78a79cf4e690a92af2b4211f45601ec553aa4b8 Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'jjb/dcae')
-rw-r--r--jjb/dcae/dcae-controller-analytics.yaml21
-rw-r--r--jjb/dcae/dcae-controller.yaml21
-rw-r--r--jjb/dcae/dcae-operation-utils.yaml25
3 files changed, 67 insertions, 0 deletions
diff --git a/jjb/dcae/dcae-controller-analytics.yaml b/jjb/dcae/dcae-controller-analytics.yaml
new file mode 100644
index 000000000..dcfac4407
--- /dev/null
+++ b/jjb/dcae/dcae-controller-analytics.yaml
@@ -0,0 +1,21 @@
+---
+- project:
+ name: dcae-controller-analytics
+ project-name: 'dcae-controller-analytics'
+ jobs:
+ - '{project-name}-{stream}-verify-java'
+ - '{project-name}-{stream}-merge-java'
+ - '{project-name}-{stream}-release-java-daily'
+
+ project: 'dcae/controller/analytics'
+ 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: ''
diff --git a/jjb/dcae/dcae-controller.yaml b/jjb/dcae/dcae-controller.yaml
new file mode 100644
index 000000000..0e082ee71
--- /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: ''
diff --git a/jjb/dcae/dcae-operation-utils.yaml b/jjb/dcae/dcae-operation-utils.yaml
new file mode 100644
index 000000000..182163ecb
--- /dev/null
+++ b/jjb/dcae/dcae-operation-utils.yaml
@@ -0,0 +1,25 @@
+---
+- project:
+ name: dcae-operation-utils
+ project-name: 'dcae-operation-utils'
+ subproject:
+ - 'utils':
+ pom: 'operation-utils/pom.xml'
+ pattern: 'operation-utils/**'
+ jobs:
+ - '{project-name}-{stream}-{subproject}-verify-java'
+ - '{project-name}-{stream}-{subproject}-merge-java'
+ - '{project-name}-{stream}-{subproject}-release-java-daily'
+
+ project: 'dcae/operation/utils'
+ 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: ''