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