Archive acme.sh log file in CI
This commit is contained in:
parent
5f27b9243f
commit
c8a255178e
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -111,6 +111,7 @@ pipeline {
|
|||
always {
|
||||
// Dumps to analyze later
|
||||
sh 'mkdir -p debug'
|
||||
sh 'docker-compose cp fullstack:/data/logs/acme.sh.log debug/acme.sh.log'
|
||||
sh 'docker-compose logs fullstack > debug/docker_fullstack.log'
|
||||
sh 'docker-compose logs stepca > debug/docker_stepca.log'
|
||||
sh 'docker-compose logs pdns > debug/docker_pdns.log'
|
||||
|
|
Loading…
Reference in a new issue