Update Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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'
|
||||||
|
Reference in New Issue
Block a user