Also archive db ci log
This commit is contained in:
parent
3ddd3b49fd
commit
1a15b4f18d
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -96,6 +96,7 @@ pipeline {
|
||||
// Dumps to analyze later
|
||||
sh 'mkdir -p debug'
|
||||
sh 'docker-compose logs fullstack | gzip > debug/docker_fullstack.log.gz'
|
||||
sh 'docker-compose logs db | gzip > debug/docker_db.log.gz'
|
||||
// Cypress videos and screenshot artifacts
|
||||
dir(path: 'test/results') {
|
||||
archiveArtifacts allowEmptyArchive: true, artifacts: '**/*', excludes: '**/*.xml'
|
||||
|
Loading…
Reference in New Issue
Block a user