diff --git a/Jenkinsfile b/Jenkinsfile index a292d88..0ac82b4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -42,7 +42,7 @@ pipeline { } post { always { - archiveArtifacts artifacts: "tmp/*/*.log", allowEmptyArchive: true + archiveArtifacts artifacts: "tmp/*/*.log", excludes: "tmp/*/docker.log", allowEmptyArchive: true } } }