Skip to content

Commit fca4119

Browse files
committed
Allow Publishing When Spring IO Fails
This is necessary to solve the problem of chicken and the Egg. See spring-attic/platform#622 (comment)
1 parent 79b8296 commit fca4119

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ try {
4646
try {
4747
sh "./gradlew clean springIoCheck -PplatformVersion=Cairo-BUILD-SNAPSHOT -PexcludeProjects='**/samples/**' --refresh-dependencies --no-daemon --stacktrace"
4848
} catch(Exception e) {
49-
currentBuild.result = 'FAILED: springio'
5049
throw e
5150
} finally {
5251
junit '**/build/spring-io*-results/*.xml'

0 commit comments

Comments
 (0)