mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
Fix mistake with debug output
This commit is contained in:
parent
c3469de61b
commit
f8e6c8d018
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -102,8 +102,8 @@ pipeline {
|
|||||||
always {
|
always {
|
||||||
// Dumps to analyze later
|
// Dumps to analyze later
|
||||||
sh 'mkdir -p debug'
|
sh 'mkdir -p debug'
|
||||||
sh 'docker-compose logs fullstack-sqlite | debug/docker_fullstack_sqlite.log'
|
sh 'docker-compose logs fullstack-sqlite > debug/docker_fullstack_sqlite.log'
|
||||||
sh 'docker-compose logs db | debug/docker_db.log'
|
sh 'docker-compose logs db > debug/docker_db.log'
|
||||||
// Cypress videos and screenshot artifacts
|
// Cypress videos and screenshot artifacts
|
||||||
dir(path: 'test/results') {
|
dir(path: 'test/results') {
|
||||||
archiveArtifacts allowEmptyArchive: true, artifacts: '**/*', excludes: '**/*.xml'
|
archiveArtifacts allowEmptyArchive: true, artifacts: '**/*', excludes: '**/*.xml'
|
||||||
@ -128,8 +128,8 @@ pipeline {
|
|||||||
always {
|
always {
|
||||||
// Dumps to analyze later
|
// Dumps to analyze later
|
||||||
sh 'mkdir -p debug'
|
sh 'mkdir -p debug'
|
||||||
sh 'docker-compose logs fullstack-mysql | debug/docker_fullstack_mysql.log'
|
sh 'docker-compose logs fullstack-mysql > debug/docker_fullstack_mysql.log'
|
||||||
sh 'docker-compose logs db | debug/docker_db.log'
|
sh 'docker-compose logs db > debug/docker_db.log'
|
||||||
// Cypress videos and screenshot artifacts
|
// Cypress videos and screenshot artifacts
|
||||||
dir(path: 'test/results') {
|
dir(path: 'test/results') {
|
||||||
archiveArtifacts allowEmptyArchive: true, artifacts: '**/*', excludes: '**/*.xml'
|
archiveArtifacts allowEmptyArchive: true, artifacts: '**/*', excludes: '**/*.xml'
|
||||||
|
Loading…
Reference in New Issue
Block a user