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:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user