chore_: logs artifacts

This commit is contained in:
Igor Sirotin 2024-09-14 18:08:44 +01:00
parent d83b689265
commit 1dbd194538
No known key found for this signature in database
GPG Key ID: 425E227CAAB81F95
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ pipeline {
always { always {
script { script {
archiveArtifacts( archiveArtifacts(
artifacts: 'integration-tests/reports/*.xml, integration-tests/tests.log', artifacts: 'integration-tests/reports/*.xml, integration-tests/*.log, integration-tests/coverage/coverage.html',
allowEmptyArchive: true, allowEmptyArchive: true,
) )
junit( junit(