Remove windows expectation to archive the artifacts

This commit is contained in:
zontreck 2024-08-28 11:31:52 -07:00
parent b4020a275f
commit 3819b67e34

1
Jenkinsfile vendored
View file

@ -81,7 +81,6 @@ pipeline {
post {
always {
archiveArtifacts artifacts: '*.tgz'
deleteDir()
}
}