| commit | 3c85a3f12981ebdee927138ddc6bf5fa1d787efa | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Wed May 24 17:59:26 2023 +0200 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Wed May 24 17:59:26 2023 +0200 |
| tree | 68a512061dd966b2c703e6f179072151e4ca0eaf | |
| parent | 43a3ab6a94b2a40f32334dcc8384c37b2553b880 [diff] |
Archive Airflow DAGs logs in stage3 Change-Id: Ie916fb68c463f5bef7e68116ac8910a08267dbe9 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 29e438a..bdbc175 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy
@@ -159,6 +159,7 @@ 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' }