Make gradlew executable in Jenkinsfile
This commit is contained in:
Vendored
+1
@@ -3,6 +3,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Gradle') {
|
||||
steps {
|
||||
sh 'chmod +x ./gradlew'
|
||||
sh './gradlew build'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user