diff --git a/Jenkinsfile b/Jenkinsfile index 8703b270ff..11385ea6db 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {