diff --git a/Jenkinsfile b/Jenkinsfile index f82c5f1..33011a5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -283,7 +283,7 @@ PY post { always { - archiveArtifacts artifacts: 'build/quality-gate.out,build/quality-gate.rc', allowEmptyArchive: true, fingerprint: true + archiveArtifacts artifacts: 'build/**', allowEmptyArchive: true, fingerprint: true } } }