fix the path
All checks were successful
Potlatch Loggers Organization/ComputerKeeper/pipeline/head This commit looks good
All checks were successful
Potlatch Loggers Organization/ComputerKeeper/pipeline/head This commit looks good
This commit is contained in:
parent
afd0991910
commit
d9b5b9fe09
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -23,7 +23,7 @@ node ('windows') {
|
|||||||
|
|
||||||
// Wrap Up - Archive the Generated Executables, Tear Down the Build System.
|
// Wrap Up - Archive the Generated Executables, Tear Down the Build System.
|
||||||
stage('Archive/Teardown') {
|
stage('Archive/Teardown') {
|
||||||
archiveArtifacts artifacts: "$WORKSPACE\\dist\\*.exe"
|
archiveArtifacts artifacts: "dist\\*.exe"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user