diff --git a/Jenkinsfile b/Jenkinsfile index a196ef7..0955627 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -42,7 +42,7 @@ pipeline { } post { always { - archiveArtifacts artifacts: "*.log" + archiveArtifacts artifacts: "*.log", allowEmptyArchive: true } } }