Skip to content

Commit 6b7fc3a

Browse files
committed
Fix Jenkinsfile
1 parent 535160b commit 6b7fc3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ try {
3333
node {
3434
checkout scm
3535
try {
36-
sh './gradlew clean springIoCheck --stacktrace --no-daemon --refresh-dependencies -PplatformVersion=Cairo-BUILD-SNAPSHOT -PexcludeProjects='**/samples/**'
36+
sh "./gradlew clean springIoCheck --stacktrace --no-daemon --refresh-dependencies -PplatformVersion=Cairo-BUILD-SNAPSHOT -PexcludeProjects='**/samples/**'"
3737
}
3838
catch(e) {
3939
currentBuild.result = 'FAILED: springio'

0 commit comments

Comments
 (0)