From dbaf11b391d13e7f17c8154ee120c1943bec37d5 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 7 Apr 2022 16:29:45 +0200 Subject: [PATCH] Add JDK17 verify jobs for openflowplugin OFP is close to being JDK17-compliant. Let's make sure we enforce compatibility so as not to regress. Change-Id: I9d352ddf7841fdfd9c1f0a22f78fd6961b8cc9ab Signed-off-by: Robert Varga --- jjb/openflowplugin/openflowplugin.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jjb/openflowplugin/openflowplugin.yaml b/jjb/openflowplugin/openflowplugin.yaml index 11cf6c59a..a4478d62f 100644 --- a/jjb/openflowplugin/openflowplugin.yaml +++ b/jjb/openflowplugin/openflowplugin.yaml @@ -13,12 +13,13 @@ rtd-token: 86ce095922558b890c61b1b05d682521d1d66d5f - odl-maven-jobs-jdk11 - odl-maven-verify-jobs + - odl-maven-verify-jobs-jdk17 stream: sulfur project: "openflowplugin" project-name: "openflowplugin" branch: "master" - build-node: centos7-builder-4c-4g + build-node: centos8-builder-4c-4g build-timeout: 90 java-version: "openjdk11" mvn-settings: "openflowplugin-settings" -- 2.36.6