Skip to content

Commit 0805ef0

Browse files
rwinchjgrandja
authored andcommitted
Disable Spring IO
We need to publish the spring-security-oauth2-jose module
1 parent f0c9f85 commit 0805ef0

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

Jenkinsfile

-15
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,6 @@ try {
3838
}
3939
}
4040
}
41-
},
42-
springio: {
43-
stage('Spring IO') {
44-
node {
45-
checkout scm
46-
try {
47-
sh "./gradlew clean springIoCheck -PplatformVersion=Cairo-BUILD-SNAPSHOT -PexcludeProjects='**/samples/**' --refresh-dependencies --no-daemon --stacktrace"
48-
} catch(Exception e) {
49-
currentBuild.result = 'FAILED: springio'
50-
throw e
51-
} finally {
52-
junit '**/build/spring-io*-results/*.xml'
53-
}
54-
}
55-
}
5641
}
5742

5843
if(currentBuild.result == 'SUCCESS') {

0 commit comments

Comments
 (0)