summaryrefslogtreecommitdiffstats
path: root/jjb/policy/policy-parent.yaml
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2023-08-15 11:03:38 +0100
committerwaynedunican <wayne.dunican@est.tech>2023-08-16 11:16:41 +0100
commitb727b9540f52904c0fb11e7d3b733fd3ff600cf6 (patch)
tree736448d1430fd8538d6bdbcb03359b555b16026a /jjb/policy/policy-parent.yaml
parent3e2e5093f4613b0626201074d45a8837ae576030 (diff)
[POLICY] Add java17 jobs
Issue-ID: POLICY-4785 Change-Id: Ieffd627a8d32ad19586c7a5e535121da8501b9f1 Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'jjb/policy/policy-parent.yaml')
-rw-r--r--jjb/policy/policy-parent.yaml27
1 files changed, 26 insertions, 1 deletions
diff --git a/jjb/policy/policy-parent.yaml b/jjb/policy/policy-parent.yaml
index 803886778..24c126e1d 100644
--- a/jjb/policy/policy-parent.yaml
+++ b/jjb/policy/policy-parent.yaml
@@ -18,6 +18,31 @@
stream:
- "master":
branch: "master"
+ - "java-17":
+ branch: "java-17"
+ mvn-settings: "policy-parent-settings"
+ java-version: openjdk17
+ files: "**"
+ archive-artifacts: ""
+ build-node: ubuntu1804-builder-4c-4g
+
+- project:
+ name: policy-parent-java11
+ project-name: "policy-parent"
+ jobs:
+ - "{project-name}-{stream}-verify-java"
+ - "{project-name}-{stream}-merge-java"
+ - gerrit-maven-stage:
+ sbom-generator: true
+ sign-artifacts: true
+ build-node: centos8-docker-4c-4g
+ maven-versions-plugin: true
+ mvn-params: "-Dmaven.test.skip=true"
+ - "{project-name}-gerrit-release-jobs":
+ build-node: centos7-docker-2c-1g
+
+ project: "policy/parent"
+ stream:
- "honolulu":
branch: "honolulu"
- "istanbul":
@@ -45,4 +70,4 @@
- "master":
branch: "master"
mvn-settings: "policy-parent-settings"
- java-version: openjdk11
+ java-version: openjdk17