add ccsdk-sli-northbound
[infra/cicd.git] / jjb / geode / global-template-apache-geode-test.yaml
index 4842848a8f28d7a3c6c7b9e10f01e70dc2c02c32..7209fb67046ad6146a05250cd0d8126d7d0bf76c 100644 (file)
           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:
       - 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