From 38b3f44c53cd01d39eb3a5b2bb58179bc7305e64 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 20 2018 16:48:12 +0000 Subject: Fix archiving the right artifacts Signed-off-by: Pierre-Yves Chibon --- diff --git a/.cico.pipeline b/.cico.pipeline index 3ca107d..8da2b1a 100644 --- a/.cico.pipeline +++ b/.cico.pipeline @@ -85,7 +85,8 @@ node('pagure') { } stage('Archive Artifacts'){ - archiveArtifacts artifacts: 'pagure/*.out' + archiveArtifacts artifacts: 'pagure/results-py2' + archiveArtifacts artifacts: 'pagure/results-py3' } } }