diff --git a/scripts/Jenkinsfiles/python b/scripts/Jenkinsfiles/python index 6950148b05..2fd561b679 100644 --- a/scripts/Jenkinsfiles/python +++ b/scripts/Jenkinsfiles/python @@ -175,6 +175,7 @@ pipeline { post { always { script { + archiveArtifacts allowEmptyArchive: true, artifacts: 'reports/${TEST_SUITE}.coverage' publishHTML([allowMissing: false, alwaysLinkToLastBuild: false, keepAll: true, reportDir: 'reports/cover', reportFiles: 'index.html', reportName: 'Coverage.py Report', reportTitles: ''])