mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-04-29 10:32:28 +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…
x
Reference in New Issue
Block a user