Fixing jenkinsfile #3.

master
Tomasz Półgrabia 2021-01-23 11:26:47 +01:00
parent 7530a4be5b
commit 9cb2519548
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh("gradlew build")
"gradlew build".execute().text
}
}
}