[CPS] Migrate CPS jobs to Java 17

As part of security works CPS is migrating to Java 17.
This requires the upgrade of JJB jobs starting with CPS and a subsequent patch for DMI Plugin

Issue-ID: CPS-1767

Signed-off-by: egernug <gerard.nugent@est.tech>
Change-Id: Ie736fe5c28e3acd5f9328c502dc4541b451466fa
diff --git a/jjb/cps/cps-csit.yaml b/jjb/cps/cps-csit.yaml
index e61ce2f..d57c0ab 100644
--- a/jjb/cps/cps-csit.yaml
+++ b/jjb/cps/cps-csit.yaml
@@ -1,6 +1,26 @@
 ---
 - project:
-    name: cps-csit
+    name: cps-csit-java11
+    jobs:
+      - "{project-name}-review-verification-maven-{stream}":
+          mvn-goals: clean install
+          mvn-params: "-Dmaven.test.skip=true -Ddocker.repository.push="
+      - "{project-name}-merge-verification-maven-{stream}":
+          mvn-goals: clean install
+          mvn-params: "-Dmaven.test.skip=true -Ddocker.repository.push="
+    project-name: "cps"
+    build-node: ubuntu1804-docker-8c-8g
+    recipients: "toine.siebelink@est.tech"
+    # project name in gerrit
+    project: "cps"
+    stream:
+      - "kohn":
+          branch: "kohn"
+    mvn-settings: "cps-settings"
+    robot-options: ""
+    branch: "master"
+- project:
+    name: cps-csit-java17
     jobs:
       - "{project-name}-review-verification-maven-{stream}":
           mvn-goals: clean install
@@ -16,10 +36,6 @@
     stream:
       - "master":
           branch: "master"
-      - "jakarta":
-          branch: "jakarta"
-      - "kohn":
-          branch: "kohn"
     mvn-settings: "cps-settings"
     robot-options: ""
     branch: "master"