Skip to content

Commit c8a2551

Browse files
committed
Archive acme.sh log file in CI
1 parent 5f27b92 commit c8a2551

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ pipeline {
111111
always {
112112
// Dumps to analyze later
113113
sh 'mkdir -p debug'
114+
sh 'docker-compose cp fullstack:/data/logs/acme.sh.log debug/acme.sh.log'
114115
sh 'docker-compose logs fullstack > debug/docker_fullstack.log'
115116
sh 'docker-compose logs stepca > debug/docker_stepca.log'
116117
sh 'docker-compose logs pdns > debug/docker_pdns.log'

0 commit comments

Comments
 (0)