diff --git a/Jenkinsfile b/Jenkinsfile index 00027a2a..788498b6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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'