X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=inline;f=jenkins%2Fci-pipelines%2Fci_stage_3.groovy;h=2c2e008b79787a3185fad5101a80abd9dd874543;hb=e4022249741336c5c78e8fa155a13d1f71f06a04;hp=bdbc175b7ad2537e0ce13ba765378372f9fa9f82;hpb=3c85a3f12981ebdee927138ddc6bf5fa1d787efa;p=osm%2Fdevops.git diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index bdbc175b..2c2e008b 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -158,8 +158,7 @@ void archive_logs(Map remote) { sh 'rm -rf logs' sshCommand remote: remote, command: '''ls -al logs''' sshGet remote: remote, from: 'logs', into: '.', override: true - sh 'cp logs/* .' - sh 'cp logs/dags/* .' + sh 'cp logs/*.log logs/dags/*.log .' archiveArtifacts artifacts: '*.log' }