1
0
mirror of synced 2026-08-06 02:08:01 +00:00

Disable Spring IO

We need to publish the spring-security-jwt-jose
This commit is contained in:
Rob Winch
2017-07-11 10:31:40 -05:00
parent 9cfb890207
commit b21472ce6c
Vendored
-15
View File
@@ -38,21 +38,6 @@ try {
}
}
}
},
springio: {
stage('Spring IO') {
node {
checkout scm
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'
}
}
}
}
if(currentBuild.result == 'SUCCESS') {