Fixing jenkinsfile #2.

master
Tomasz Półgrabia 2021-01-23 11:21:51 +01:00
parent 78780b9347
commit 7530a4be5b
1 changed files with 1 additions and 3 deletions

4
Jenkinsfile vendored
View File

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