Skip to content

Commit

Permalink
Updated the pipelines to archive testrunner logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ty Daines committed Jun 6, 2019
1 parent 586609b commit af92cd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/jenkins/pipelines/prs/skuba-integration.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ pipeline {
post {
always {
sh(script: 'make --keep-going -f skuba/ci/Makefile post_run', label: 'Post Run')
zip(archive: true, dir: 'testrunner_logs', zipFile: 'testrunner_logs.zip')
}
cleanup {
dir("${WORKSPACE}") {
Expand Down
1 change: 1 addition & 0 deletions ci/jenkins/pipelines/skuba-nightly.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pipeline {
post {
always {
sh(script: 'make --keep-going -f skuba/ci/Makefile post_run', label: 'Post Run')
zip(archive: true, dir: 'testrunner_logs', zipFile: 'testrunner_logs.zip')
}
cleanup {
dir("${WORKSPACE}") {
Expand Down

0 comments on commit af92cd7

Please sign in to comment.