mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-22 21:08:13 -05: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