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 05d3be145d
commit 6081389bec
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 0 deletions

1
ci/Jenkinsfile vendored
View File

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