Archive Airflow DAGs logs in stage3 45/13445/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 24 May 2023 15:59:26 +0000 (17:59 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 24 May 2023 15:59:26 +0000 (17:59 +0200)
Change-Id: Ie916fb68c463f5bef7e68116ac8910a08267dbe9
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
jenkins/ci-pipelines/ci_stage_3.groovy

index 29e438a..bdbc175 100644 (file)
@@ -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'
 }