| commit | 87feb6d8f0b1f16ff9e2bc693df2269bb562d9c6 | [log] [tgz] |
|---|---|---|
| author | Mark Beierl <mark.beierl@canonical.com> | Mon Jun 05 15:56:48 2023 -0400 |
| committer | Mark Beierl <mark.beierl@canonical.com> | Mon Jun 05 15:56:48 2023 -0400 |
| tree | 1d6b2032bff281f249f1d5f93816b45bf59ea1b7 | |
| parent | 36faaff53fa49da849cbbe537706329de19deb05 [diff] |
Fixing log collection Change-Id: Ib223ed4b6862a2b50c46f1ceb0f2320a422dcb83 Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 29e438a..2c2e008 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy
@@ -158,7 +158,7 @@ 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/*.log logs/dags/*.log .' archiveArtifacts artifacts: '*.log' }