Revert "Allow Publishing When Spring IO Fails"

This reverts commit fca411996a.
This commit is contained in:
Rob Winch
2017-06-22 13:20:23 -05:00
parent 4e8ae8d9d4
commit 233d179bfa

1
Jenkinsfile vendored
View File

@@ -46,6 +46,7 @@ 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'