Skip to content

Commit 760d5b5

Browse files
authored
Capture JVM crash dump logs in uploaded artifact bundle (#100627) (#100633)
1 parent ceb0d37 commit 760d5b5

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
@@ -28,6 +28,7 @@ if (buildNumber && performanceTest == null && GradleUtils.isIncludedBuild(projec
2828
include("**/build/test-results/**/*.xml")
2929
include("**/build/testclusters/**")
3030
include("**/build/testrun/*/temp/**")
31+
include("**/build/**/hs_err_pid*.log")
3132
exclude("**/build/testclusters/**/data/**")
3233
exclude("**/build/testclusters/**/distro/**")
3334
exclude("**/build/testclusters/**/repo/**")

0 commit comments

Comments
 (0)