We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 535160b commit 6b7fc3aCopy full SHA for 6b7fc3a
Jenkinsfile
@@ -33,7 +33,7 @@ try {
33
node {
34
checkout scm
35
try {
36
- 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/**'"
37
}
38
catch(e) {
39
currentBuild.result = 'FAILED: springio'
0 commit comments