Skip to content

Commit ac4022c

Browse files
authored
Capture JVM crash dump logs in uploaded artifact bundle (#100627) (#100632)
1 parent c92d12d commit ac4022c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-tools-internal/src/main/groovy/elasticsearch.build-complete.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ if (buildNumber) {
2626
include("**/build/test-results/**/*.xml")
2727
include("**/build/testclusters/**")
2828
include("**/build/testrun/*/temp/**")
29+
include("**/build/**/hs_err_pid*.log")
2930
exclude("**/build/testclusters/**/data/**")
3031
exclude("**/build/testclusters/**/distro/**")
3132
exclude("**/build/testclusters/**/repo/**")

0 commit comments

Comments
 (0)