mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-26 01:48:40 +00:00
Revert "Disable Spring IO"
This reverts commit b21472ce6c7d619e202b09809c7117f574204765.
This commit is contained in:
parent
b21472ce6c
commit
acd9de6fad
15
Jenkinsfile
vendored
15
Jenkinsfile
vendored
@ -38,6 +38,21 @@ 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') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user