Skip to content

Commit 344b271

Browse files
committed
Update file name pattern to archive hepcloud_de whl artifacts
1 parent 495b963 commit 344b271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.Jenkins/workflows/Jenkinsfile_EL9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ pipeline {
227227
}
228228
post {
229229
always {
230-
archiveArtifacts artifacts: "dist/decisionengine*,rpmbuild/RPMS/decisionengine*"
230+
archiveArtifacts artifacts: "dist/hepcloud_de*,rpmbuild/RPMS/decisionengine*"
231231
// check if the podman container used for this test suite is still active, if so this is due to an aborted test suite
232232
// eventually kill the python process that spawn the test to cleanup CI processes left behind
233233
sh '''

0 commit comments

Comments
 (0)