Skip to content

Commit 1a15b4f

Browse files
author
Jamie Curnow
committed
Also archive db ci log
1 parent 3ddd3b4 commit 1a15b4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ pipeline {
9696
// Dumps to analyze later
9797
sh 'mkdir -p debug'
9898
sh 'docker-compose logs fullstack | gzip > debug/docker_fullstack.log.gz'
99+
sh 'docker-compose logs db | gzip > debug/docker_db.log.gz'
99100
// Cypress videos and screenshot artifacts
100101
dir(path: 'test/results') {
101102
archiveArtifacts allowEmptyArchive: true, artifacts: '**/*', excludes: '**/*.xml'

0 commit comments

Comments
 (0)