From 3ba261abc87f814e982bf472e3345a1127a94228 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 10 Aug 2018 21:02:45 -0700 Subject: [PATCH] Run Spring IO Platform Check with Cairo-BUILD-SNAPSHOT. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7dff41e..2c0e7c5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,7 @@ try { node { checkout scm try { - sh "./gradlew clean springIoCheck -PplatformVersion=Cairo-RELEASE -PexcludeProjects='**/samples/**' --refresh-dependencies --no-daemon --stacktrace" + sh "./gradlew clean springIoCheck -PplatformVersion=Cairo-BUILD-SNAPSHOT -PexcludeProjects='**/samples/**' --refresh-dependencies --no-daemon --stacktrace" } catch(Exception e) { currentBuild.result = 'FAILED: springio' throw e