Disable Spring IO
We need to publish the spring-security-oauth2-jose module
This commit is contained in:
parent
f0c9f85292
commit
0805ef0394
|
@ -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') {
|
if(currentBuild.result == 'SUCCESS') {
|
||||||
|
|
Loading…
Reference in New Issue