From 6b7fc3af088111014a40a78bcc942390df2f2109 Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Wed, 1 Aug 2018 11:01:44 +0200 Subject: [PATCH] Fix Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c4ff54cb..d88d1c87 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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'