From a565b1c5afd836ddddb3c6d5f2feadcbbb4888fb Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 9 Jun 2017 09:26:20 -0500 Subject: [PATCH] Remove Spring IO Checks for now --- Jenkinsfile | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 832de3c..a86fccc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,21 +39,6 @@ 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') {