diff --git a/Jenkinsfile b/Jenkinsfile index 583c4313..cec75c8c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { stage('Build') { steps { // Run Gradle build - sh './gradlew clean build' + sh 'gradle clean build' } } stage('Publish Artifacts') {