浏览代码

Disable Spring IO

We need to publish the spring-security-jwt-jose
Rob Winch 8 年之前
父节点
当前提交
b21472ce6c
共有 1 个文件被更改,包括 0 次插入15 次删除
  1. 0 15
      Jenkinsfile

+ 0 - 15
Jenkinsfile

@@ -38,21 +38,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') {