summaryrefslogtreecommitdiffstats
path: root/jjb/sdnc/sdnc-northbound.yaml
diff options
context:
space:
mode:
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"