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 5858 GRADLEW=./gradlew --parallel --scan --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/
5959 GRADLEW_BAT=./gradlew.bat --parallel --scan --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/
6060 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
6566 # Upload additional logs
6667 - google-cloud-storage :
6768 credentials-id : ' elasticsearch-ci-gcs-plugin'
You can’t perform that action at this time.
0 commit comments