Fix Jenkinsfile

This commit is contained in:
Vedran Pavic
2018-08-01 11:01:44 +02:00
parent 535160bc92
commit 6b7fc3af08

2
Jenkinsfile vendored
View File

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