From c8a255178e8a641bc3fa0f904668e9611bc88cab Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Sat, 25 Feb 2023 23:08:24 +1000 Subject: [PATCH] Archive acme.sh log file in CI --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index a3ad359..bc6aa2d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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'