Update Jenkinsfile

This commit is contained in:
John Gross
2020-12-03 22:11:23 -08:00
parent bec29c5bb4
commit 8f30b7605b

2
Jenkinsfile vendored
View File

@@ -15,7 +15,7 @@ def packageAndArchive(buildMode, packageName) {
archiveArtifacts artifacts: zipFile, caseSensitive: false, onlyIfSuccessful: true archiveArtifacts artifacts: zipFile, caseSensitive: false, onlyIfSuccessful: true
} }
node { node('windows') {
stage('Checkout') { stage('Checkout') {
checkout scm checkout scm
bat 'git pull --tags' bat 'git pull --tags'