Run Spring IO Platform Check with Cairo-BUILD-SNAPSHOT.

This commit is contained in:
John Blum
2018-08-10 21:02:45 -07:00
parent ab57b37b05
commit 3ba261abc8

2
Jenkinsfile vendored
View File

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