add archive stage
Some checks failed
Potlatch Loggers Organization/ComputerKeeper/pipeline/head There was a failure building this commit

This commit is contained in:
Joe Stanley 2022-11-06 18:25:26 -08:00
parent 535706027d
commit afd0991910

2
Jenkinsfile vendored
View File

@ -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"
}
}