From 9983f2c046dc1a8d13660cea6a763f1249ebe61e Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 20 2018 17:07:57 +0000 Subject: Another attempt to sync the files off jenkins Signed-off-by: Pierre-Yves Chibon --- diff --git a/.cico.pipeline b/.cico.pipeline index 8da2b1a..838035a 100644 --- a/.cico.pipeline +++ b/.cico.pipeline @@ -71,8 +71,8 @@ node('pagure') { throw e } finally { stage('Sync Artifacts'){ - syncfromduffynode('pagure/results-py2/*') - syncfromduffynode('pagure/results-py3/*') + syncfromduffynode('pagure/results-py2/') + syncfromduffynode('pagure/results-py3/') } stage('Deallocate Node'){ @@ -85,8 +85,8 @@ node('pagure') { } stage('Archive Artifacts'){ - archiveArtifacts artifacts: 'pagure/results-py2' - archiveArtifacts artifacts: 'pagure/results-py3' + archiveArtifacts artifacts: 'pagure/results-py2/' + archiveArtifacts artifacts: 'pagure/results-py3/' } } }