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
}
node {
node('windows') {
stage('Checkout') {
checkout scm
bat 'git pull --tags'