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