Browse Source

Remove springIoVersion

pull/4331/head
Rob Winch 9 years ago
parent
commit
4fdf343045
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -44,7 +44,7 @@ try { @@ -44,7 +44,7 @@ try {
node {
checkout scm
try {
sh "./gradlew clean springIoCheck -PexcludeProjects='**/samples/**' --refresh-dependencies --no-daemon --stacktrace"
sh "./gradlew clean springIoCheck -PplatformVersion=Cairo-BUILD-SNAPSHOT -PexcludeProjects='**/samples/**' --refresh-dependencies --no-daemon --stacktrace"
} catch(Exception e) {
currentBuild.result = 'FAILED: springio'
throw e

Loading…
Cancel
Save