From ad955e2c2480747ef1ea9db17fd38e09bd6e9bdb Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 07 2019 14:51:40 +0000 Subject: Save the artifacts in jenkins Signed-off-by: Pierre-Yves Chibon --- diff --git a/.cico.pipeline b/.cico.pipeline index 480a376..11fc913 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_f29-rpms-py3/') + syncfromduffynode('pagure/results_centos7-rpms-py2/') } 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_f29-rpms-py3/' + archiveArtifacts artifacts: 'pagure/results_centos7-rpms-py2/' } } }