diff --git a/Jenkinsfile b/Jenkinsfile index e898f76..12c2e5c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { stage('Build') { steps { script { - if (System.getProperty('os.name').startsWith('Windows')) { + if (!isUnix() { bat('gradlew build') } else { sh('gradlew build')