From 8adaca453a9b3283d94fbfa5aadf28f54d56a528 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 20 Jun 2018 15:50:47 -0700 Subject: [PATCH] Upgrade to Spring IO Platform Cairo-SR2 for springIoCheck. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7b97538c..d3164d70 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,7 @@ try { node { checkout scm try { - sh "./gradlew clean springIoCheck -PplatformVersion=Cairo-RELEASE -PexcludeProjects='**/samples/**' --stacktrace --refresh-dependencies --no-daemon" + sh "./gradlew clean springIoCheck -PplatformVersion=Cairo-SR2 -PexcludeProjects='**/samples/**' --stacktrace --refresh-dependencies --no-daemon" } catch (Exception cause) { currentBuild.result = 'FAILED: springio'