mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Archive e2e test results in ES (#72575)
* Archive e2e test results in ES * Disable flaky comment feature and PR notifications * Update .ci/end2end.groovy Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com> Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
This commit is contained in:
parent
517c34a7eb
commit
c5073f4849
1 changed files with 3 additions and 0 deletions
|
@ -110,6 +110,9 @@ pipeline {
|
|||
archiveArtifacts(allowEmptyArchive: true, artifacts: "${E2E_DIR}/kibana.log")
|
||||
}
|
||||
}
|
||||
cleanup {
|
||||
notifyBuildResult(notifyPRComment: false, analyzeFlakey: false, shouldNotify: false)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue