|
@@ -83,8 +83,8 @@ pipeline
|
|
|
unstash 'script-windows-build'
|
|
|
bat './job-1-check-windows.bat'
|
|
|
archiveArtifacts artifacts: "*.zip", fingerprint: true, onlyIfSuccessful: true
|
|
|
- //if (env.KEEP_WORKING_DIRECTORY != 'true')
|
|
|
- // deleteDir()
|
|
|
+ if (env.KEEP_WORKING_DIRECTORY != 'true')
|
|
|
+ deleteDir()
|
|
|
}
|
|
|
}
|
|
|
}
|