feat(ci): archive AUT logs generated by tests

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-11-30 12:06:18 +01:00
parent 47f7a092b0
commit 861af374cd
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ pipeline {
}
post {
always { script {
archiveArtifacts('aut/*.log')
allure([
results: [[path: 'allure-results']],
reportBuildPolicy: 'ALWAYS',