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 {
|
post {
|
||||||
always { script {
|
always { script {
|
||||||
|
archiveArtifacts('aut/*.log')
|
||||||
allure([
|
allure([
|
||||||
results: [[path: 'allure-results']],
|
results: [[path: 'allure-results']],
|
||||||
reportBuildPolicy: 'ALWAYS',
|
reportBuildPolicy: 'ALWAYS',
|
||||||
|
|
Loading…
Reference in New Issue