chore_: logs artifacts
This commit is contained in:
parent
d83b689265
commit
1dbd194538
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue