We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495b963 commit 344b271Copy full SHA for 344b271
.Jenkins/workflows/Jenkinsfile_EL9
@@ -227,7 +227,7 @@ pipeline {
227
}
228
post {
229
always {
230
- archiveArtifacts artifacts: "dist/decisionengine*,rpmbuild/RPMS/decisionengine*"
+ archiveArtifacts artifacts: "dist/hepcloud_de*,rpmbuild/RPMS/decisionengine*"
231
// check if the podman container used for this test suite is still active, if so this is due to an aborted test suite
232
// eventually kill the python process that spawn the test to cleanup CI processes left behind
233
sh '''
0 commit comments