Set Spring IO Platform version to Cairo-RELEASE in the springIoCheck build step/task.

This commit is contained in:
John Blum
2018-06-20 13:55:42 -07:00
parent 330dc7fec3
commit 794db44bec

2
Jenkinsfile vendored
View File

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