Archive acme.sh log file in CI

This commit is contained in:
Jamie Curnow 2023-02-25 23:08:24 +10:00
parent 5f27b9243f
commit c8a255178e
No known key found for this signature in database
GPG Key ID: FFBB624C43388E9E

1
Jenkinsfile vendored
View File

@ -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'