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