X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fgeode%2Fglobal-template-apache-geode-test.yaml;h=159d65a780164ef87490599971a0a64a7a97b312;hb=refs%2Fchanges%2F59%2F12259%2F1;hp=1acb6cc7f7ec9578000731cbe9768c676fe3f9f1;hpb=5fe5de7dbaf93789b5fd852e7e711a388a034f07;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 1acb6cc7..159d65a7 100644 --- a/jjb/geode/global-template-apache-geode-test.yaml +++ b/jjb/geode/global-template-apache-geode-test.yaml @@ -20,7 +20,7 @@ - job-template: name: 'apache-geode-{test-type}Test-jdk{java-test-version}' - node: geode-ubuntu1804 + node: geode-ubuntu2004 disabled: false concurrent: true @@ -78,6 +78,20 @@ builders: - '{build-executor}' -# publishers: -# - notify-slack: -# slack-channel: '#geode' + publishers: + - 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 + notify-success: true + notify-failure: true + notify-back-to-normal: true