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