summaryrefslogtreecommitdiffstats
path: root/jjb/sdnc/sdnc-northbound.yaml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2023-06-30 17:04:09 -0400
committerJessica Wagantall <jwagantall@linuxfoundation.org>2023-06-30 22:09:06 +0000
commit9c4d2f848d14c2d2c15b3cbca3d0b64b8937d48e (patch)
treeb331439a5fb3a649c883ee6fc51dc90e608b945a /jjb/sdnc/sdnc-northbound.yaml
parent2d754d078a009700d77fd4ac1e729db2583e0f75 (diff)
Separate java 11 and 17 streams
Separate streams based on java 11 and java 17 to separate projects, since setting java-version per stream is not working at the moment. Issue-ID: CIMAN-436 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: If4e3c38a8fc5902c5d33ed87ae46ad01449ac944
Diffstat (limited to 'jjb/sdnc/sdnc-northbound.yaml')
-rw-r--r--jjb/sdnc/sdnc-northbound.yaml43
1 files changed, 37 insertions, 6 deletions
diff --git a/jjb/sdnc/sdnc-northbound.yaml b/jjb/sdnc/sdnc-northbound.yaml
index 4682eb291..2ef7de91e 100644
--- a/jjb/sdnc/sdnc-northbound.yaml
+++ b/jjb/sdnc/sdnc-northbound.yaml
@@ -1,6 +1,41 @@
---
- project:
- name: sdnc-northbound
+ name: sdnc-northbound-java11
+ project-name: "sdnc-northbound"
+ jobs:
+ - gerrit-maven-verify
+ - gerrit-maven-merge:
+ cron: "@daily"
+ - gerrit-maven-stage:
+ sign-artifacts: true
+ build-node: centos8-docker-8c-8g
+ cron: ""
+ sbom-generator: true
+ - "{project-name}-gerrit-release-jobs":
+ build-node: centos7-docker-2c-1g
+
+ project: "sdnc/northbound"
+ stream:
+ - "kohn":
+ branch: "kohn"
+ java-version: openjdk11
+ mvn-version: "mvn38"
+ mvn-settings: "sdnc-northbound-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: ""
+ maven-version: "mvn38"
+ build-node: ubuntu1804-builder-4c-4g
+ mvn-snapshot-id: "ecomp-snapshots"
+ nexus-snapshot-repo: "snapshots"
+
+- project:
+ name: sdnc-northbound-java17
project-name: "sdnc-northbound"
jobs:
- gerrit-maven-verify
@@ -18,13 +53,9 @@
stream:
- "master":
branch: "master"
- java-version: openjdk17
- "london":
branch: "london"
- java-version: openjdk17
- - "kohn":
- branch: "kohn"
- java-version: openjdk11
+ java-version: openjdk17
mvn-version: "mvn38"
mvn-settings: "sdnc-northbound-settings"