Allow Publishing When Spring IO Fails

This is necessary to solve the problem of chicken and the Egg. See
https://github.com/spring-io/platform/issues/622#issuecomment-310452646
This commit is contained in:
Rob Winch
2017-06-22 13:00:12 -05:00
parent 79b8296e1c
commit fca411996a

1
Jenkinsfile vendored
View File

@@ -46,7 +46,6 @@ try {
try {
sh "./gradlew clean springIoCheck -PplatformVersion=Cairo-BUILD-SNAPSHOT -PexcludeProjects='**/samples/**' --refresh-dependencies --no-daemon --stacktrace"
} catch(Exception e) {
currentBuild.result = 'FAILED: springio'
throw e
} finally {
junit '**/build/spring-io*-results/*.xml'