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 { stages {
stage('Build') { stage('Build') {
steps { steps {
sh("gradlew build") "gradlew build".execute().text
} }
} }
} }