From 794db44bec96267967b509af93febfa94f4b1b35 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 20 Jun 2018 13:55:42 -0700 Subject: [PATCH] Set Spring IO Platform version to Cairo-RELEASE in the springIoCheck build step/task. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 824d06b2..7b97538c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,7 @@ try { node { checkout scm try { - sh "./gradlew clean springIoCheck -PplatformVersion=Cairo-BUILD-SNAPSHOT -PexcludeProjects='**/samples/**' --refresh-dependencies --no-daemon --stacktrace" + sh "./gradlew clean springIoCheck -PplatformVersion=Cairo-RELEASE -PexcludeProjects='**/samples/**' --stacktrace --refresh-dependencies --no-daemon" } catch (Exception cause) { currentBuild.result = 'FAILED: springio'