Add Automation for Build System #15
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -23,7 +23,7 @@ node ('windows') {
|
||||
|
||||
// Wrap Up - Archive the Generated Executables, Tear Down the Build System.
|
||||
stage('Archive/Teardown') {
|
||||
bat "echo teardown"
|
||||
archiveArtifacts artifacts: "$WORKSPACE\\dist\\*.exe"
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user