Browse Source

Another attempt to sync the files off jenkins

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
Pierre-Yves Chibon 5 years ago
parent
commit
9983f2c046
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .cico.pipeline

+ 4 - 4
.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/'
         }
     }
 }