Disable SNAPSHOT tests for release

This commit is contained in:
Rob Winch 2018-05-14 21:57:08 -05:00
parent a1c93b1cce
commit 88311897e5
1 changed files with 0 additions and 13 deletions

13
Jenkinsfile vendored
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 {