diff options
author | efiacor <fiachra.corcoran@est.tech> | 2022-12-22 10:15:44 +0000 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2022-12-22 10:40:10 +0000 |
commit | 381d669737e2f88b4c6800f00b21deb279e793b2 (patch) | |
tree | 81d3702835db1e224fdaacb2e252f00bc7f4ac5b /jjb | |
parent | b9968f248b3a15b518708a26092278fa40408aea (diff) |
[DMAAP] Add JJBs for new kafka client
Change-Id: I908b5bd18a16d367a09b44e0b4be9b33217ae961
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Issue-ID: DMAAP-1847
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/dmaap/dmaap-kafka-client.yaml | 59 |
1 files changed, 59 insertions, 0 deletions
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 |