From 7d3472f55d39469d6d39989d77eea94ba2498aaa Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Mon, 30 Jul 2018 02:31:00 +0200 Subject: [PATCH] Remove Spring IO check from build --- Jenkinsfile | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index abede3b8..245f2f21 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,21 +23,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') {