Fixing jenkinsfile #6.
parent
75e8fe6273
commit
25f12e60af
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue