feat(ci): archive AUT logs generated by tests
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
05d3be145d
commit
6081389bec
|
@ -159,6 +159,7 @@ pipeline {
|
|||
}
|
||||
post {
|
||||
always { script {
|
||||
archiveArtifacts('aut/*.log')
|
||||
allure([
|
||||
results: [[path: 'allure-results']],
|
||||
reportBuildPolicy: 'ALWAYS',
|
||||
|
|
Loading…
Reference in New Issue