Upgrade to Spring IO Platform Cairo-SR2 for springIoCheck.

This commit is contained in:
John Blum
2018-06-20 15:50:47 -07:00
parent 939d0ae238
commit 8adaca453a

2
Jenkinsfile vendored
View File

@@ -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'