X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fgeode%2Fglobal-template-apache-geode-test.yaml;h=7209fb67046ad6146a05250cd0d8126d7d0bf76c;hb=3b5d5d8f359a4207872edf32773fdb72c3193eb7;hp=4842848a8f28d7a3c6c7b9e10f01e70dc2c02c32;hpb=cfdc0dea36ea8bdcebd350fbe1953fab4b9c110d;p=infra%2Fcicd.git diff --git a/jjb/geode/global-template-apache-geode-test.yaml b/jjb/geode/global-template-apache-geode-test.yaml index 4842848a..7209fb67 100644 --- a/jjb/geode/global-template-apache-geode-test.yaml +++ b/jjb/geode/global-template-apache-geode-test.yaml @@ -66,6 +66,14 @@ name: JAVA_TEST_VERSION default: '{java-test-version}' description: 'Java version use during test execution' + - string: + name: TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX + default: 'registry.nordix.org/docker-hub-proxy/' + description: 'Docker Hub proxy location for geode test containers required for AcceptanceTest' + - bool: + name: TEST_USING_DOCKER + default: false + description: Geode versions prior to 1.15 were using a docker for executing parallel testing. Please set it to 'no' when building version 1.15 onwards. scm: - git-scm-github: @@ -82,6 +90,13 @@ - workspace-cleanup: clean-if: - failure: false + - html-publisher: + name: "{test-type} HTML Report" + dir: "geode/build/reports/combined" + files: "index.html" + keep-all: false + allow-missing: true + link-to-last-build: false - notify-slack: slack-channel: '#geode-ci' notify-start: true