From 3c85a3f12981ebdee927138ddc6bf5fa1d787efa Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 24 May 2023 17:59:26 +0200 Subject: [PATCH] Archive Airflow DAGs logs in stage3 Change-Id: Ie916fb68c463f5bef7e68116ac8910a08267dbe9 Signed-off-by: garciadeblas --- jenkins/ci-pipelines/ci_stage_3.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 29e438a2..bdbc175b 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -159,6 +159,7 @@ void archive_logs(Map remote) { sshCommand remote: remote, command: '''ls -al logs''' sshGet remote: remote, from: 'logs', into: '.', override: true sh 'cp logs/* .' + sh 'cp logs/dags/* .' archiveArtifacts artifacts: '*.log' } -- 2.25.1