mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
Archive acme.sh log file in CI
This commit is contained in:
parent
5f27b9243f
commit
c8a255178e
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 New Issue
Block a user