Update Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -15,7 +15,7 @@ pipeline {
|
||||
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh './gradlew build'
|
||||
sh 'chmod +x gradlew && ./gradlew build'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user