From 1235c5174da94ce326fe1c304dabdaff61bc973e Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 14 Jul 2022 10:55:25 +0200 Subject: [PATCH] #1813 - Re-activate CI build for the spring-next profile. --- Jenkinsfile | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 2e7ddceb..ebf7220a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,6 +40,19 @@ pipeline { } } + stage("test: compatibility (JDK 17, Spring.next)") { + agent { + docker { + image 'openjdk:17' + args '-v $HOME/.m2:/tmp/jenkins-home/.m2' + } + } + options { timeout(time: 30, unit: 'MINUTES') } + steps { + sh 'PROFILE=spring-next ci/test.sh' + } + } + stage('Deploy') { agent { docker {