File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 58
58
GRADLEW=./gradlew --parallel --scan --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/
59
59
GRADLEW_BAT=./gradlew.bat --parallel --scan --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/
60
60
publishers :
61
- - junit :
62
- results : " **/*Junit/*.xml, **/test-results/*/*.xml"
63
- keep-long-stdio : true
64
- allow-empty-results : true
61
+ # Disable Junit publisher for now since it's causing OOME on our Jenkins instance
62
+ # - junit:
63
+ # results: "**/*Junit/*.xml, **/test-results/*/*.xml"
64
+ # keep-long-stdio: true
65
+ # allow-empty-results: true
65
66
# Upload additional logs
66
67
- google-cloud-storage :
67
68
credentials-id : ' elasticsearch-ci-gcs-plugin'
You can’t perform that action at this time.
0 commit comments