Add jjb streams for elalto and frankfurt
Some changes to jjb to kick off elalto job so it can build a new image.
Signed-off-by: dglFromAtt <dgl@research.att.com>
Change-Id: I51eabd586773bc3b520c84800c8736a542d3f071
Issue-ID: DMAAP-1424
diff --git a/jjb/dmaap/dmaap-dbcapi.yaml b/jjb/dmaap/dmaap-dbcapi.yaml
index 38f4a5f..4eeafa9 100644
--- a/jjb/dmaap/dmaap-dbcapi.yaml
+++ b/jjb/dmaap/dmaap-dbcapi.yaml
@@ -1,6 +1,6 @@
---
- project:
- name: dmaap-dbcapi
+ name: dmaap-dbcapi-java11
project-name: 'dmaap-dbcapi'
jobs:
- '{project-name}-{stream}-verify-java'
@@ -11,13 +11,14 @@
maven-versions-plugin: true
- '{project-name}-gerrit-release-jobs':
build-node: centos7-docker-8c-8g
-
project: 'dmaap/dbcapi'
mvn-settings: 'dmaap-dbcapi-settings'
java-version: openjdk11
stream:
- 'master':
branch: 'master'
+ - 'frankfurt':
+ branch: 'frankfurt'
# 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
@@ -27,6 +28,31 @@
archive-artifacts: ''
- project:
+ name: dmaap-dbcapi-java8
+ project-name: 'dmaap-dbcapi'
+ jobs:
+ - '{project-name}-{stream}-verify-java'
+ - '{project-name}-{stream}-merge-java'
+ - gerrit-maven-stage:
+ sign-artifacts: true
+ build-node: centos7-builder-4c-4g
+ maven-versions-plugin: true
+ project: 'dmaap/dbcapi'
+ mvn-settings: 'dmaap-dbcapi-settings'
+ java-version: openjdk8
+ stream:
+ - 'elalto':
+ branch: 'elalto'
+ # 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: ''
+
+
+- project:
name: dmaap-dbcapi-sonar
jobs:
- gerrit-maven-sonar