1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Disable SNAPSHOT tests for release

This commit is contained in:
Rob Winch
2018-05-14 21:57:08 -05:00
parent a1c93b1cce
commit 88311897e5
Vendored
-13
View File
@@ -54,19 +54,6 @@ try {
}
}
},
snapshots: {
stage('Snapshot Tests') {
node {
checkout scm
try {
sh "./gradlew clean test -PspringVersion='5.+' -PreactorVersion=Bismuth-BUILD-SNAPSHOT -PspringDataVersion=Kay-BUILD-SNAPSHOT --refresh-dependencies --no-daemon --stacktrace"
} catch(Exception e) {
currentBuild.result = 'FAILED: snapshots'
throw e
}
}
}
},
jdk9: {
stage('JDK 9') {
node {