mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 08:37:12 +00:00
feat(ci): archive AUT logs generated by tests
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
47f7a092b0
commit
861af374cd
1
test/e2e/ci/Jenkinsfile
vendored
1
test/e2e/ci/Jenkinsfile
vendored
@ -159,6 +159,7 @@ pipeline {
|
||||
}
|
||||
post {
|
||||
always { script {
|
||||
archiveArtifacts('aut/*.log')
|
||||
allure([
|
||||
results: [[path: 'allure-results']],
|
||||
reportBuildPolicy: 'ALWAYS',
|
||||
|
Loading…
x
Reference in New Issue
Block a user