No longer archive artifacts

This commit is contained in:
zontreck 2024-07-10 02:16:17 -07:00
parent ede58b45c9
commit b820274f95

5
Jenkinsfile vendored
View file

@ -50,9 +50,4 @@ pipeline {
}
}
}
post {
always {
archiveArtifacts artifacts: 'docs.tgz', onlyIfSuccessful: true
}
}
}