Fixing jenkinsfile #6.

master
Tomasz Półgrabia 2021-01-23 11:39:48 +01:00
parent 75e8fe6273
commit 25f12e60af
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
stage('Build') { stage('Build') {
steps { steps {
script { script {
if (System.getProperty('os.name').startsWith('Windows')) { if (!isUnix() {
bat('gradlew build') bat('gradlew build')
} else { } else {
sh('gradlew build') sh('gradlew build')