Archive Airflow DAGs logs in stage3
[osm/devops.git] / 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'
 }