From 381d669737e2f88b4c6800f00b21deb279e793b2 Mon Sep 17 00:00:00 2001 From: efiacor Date: Thu, 22 Dec 2022 10:15:44 +0000 Subject: [PATCH] [DMAAP] Add JJBs for new kafka client Change-Id: I908b5bd18a16d367a09b44e0b4be9b33217ae961 Signed-off-by: efiacor Issue-ID: DMAAP-1847 --- jjb/dmaap/dmaap-kafka-client.yaml | 59 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 jjb/dmaap/dmaap-kafka-client.yaml diff --git a/jjb/dmaap/dmaap-kafka-client.yaml b/jjb/dmaap/dmaap-kafka-client.yaml new file mode 100644 index 000000000..298fb3a1d --- /dev/null +++ b/jjb/dmaap/dmaap-kafka-client.yaml @@ -0,0 +1,59 @@ +--- +- project: + name: dmaap-kafka-client + project-name: 'dmaap-kafka-client' + 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 + cron: '' + - '{project-name}-gerrit-release-jobs': + build-node: centos7-docker-8c-8g + project: 'dmaap/kafka11aaf' + stream: + - 'master': + branch: 'master' + mvn-settings: 'dmaap-kafka11aaf-settings' + files: '**' + archive-artifacts: '' + java-version: openjdk11 + +- project: + name: dmaap-kafka-client-sonar + jobs: + - gerrit-maven-sonar + sonarcloud: true + sonarcloud-project-organization: '{sonarcloud_project_organization}' + sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' + sonar-mvn-goal: '{sonar_mvn_goal}' + build-node: ubuntu1804-builder-4c-4g + project: 'dmaap/kafka11aaf' + project-name: 'dmaap-kafka-client' + branch: 'master' + mvn-settings: 'dmaap-kafka11aaf-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + java-version: openjdk11 + +- project: + name: dmaap-kafka-client-clm + jobs: + - gerrit-maven-clm + nexus-iq-namespace: 'onap-' + project: 'dmaap/kafka11aaf' + project-name: 'dmaap-kafka-client' + branch: 'master' + mvn-settings: 'dmaap-kafka11aaf-settings' + java-version: openjdk11 + +- project: + name: dmaap-kafka-client-info + project-name: dmaap-kafka-client + jobs: + - gerrit-info-yaml-verify + build-node: centos7-builder-2c-1g + project: dmaap/kafka11aaf + branch: master -- 2.16.6