X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fgeode%2Fglobal-template-apache-geode-build.yaml;h=65217c4723c989f65ed565765daf60c85e88a043;hb=3b5d5d8f359a4207872edf32773fdb72c3193eb7;hp=0f559f96e0343916ddd61a30a8c8f724b6e33a75;hpb=5fe5de7dbaf93789b5fd852e7e711a388a034f07;p=infra%2Fcicd.git diff --git a/jjb/geode/global-template-apache-geode-build.yaml b/jjb/geode/global-template-apache-geode-build.yaml index 0f559f96..65217c47 100644 --- a/jjb/geode/global-template-apache-geode-build.yaml +++ b/jjb/geode/global-template-apache-geode-build.yaml @@ -18,7 +18,7 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= - job-template: - name: 'apache-geode-build-jdk{java-build-version}' + name: 'apache-geode-build-release-jdk{java-build-version}' node: geode-ubuntu1804 disabled: false @@ -28,6 +28,12 @@ - logrotate - github: url: 'https://github.com/Nordix/geode.git/' + wrappers: + - credentials-binding: + - username-password-separated: + credential-id: infra-nordix-artifactory-api-key + username: ARTIFACTORY_USER + password: ARTIFACTORY_API_KEY parameters: - string: @@ -74,6 +80,10 @@ builders: - '{build-executor}' -# publishers: -# - notify-slack: -# slack-channel: '#geode' + publishers: + - notify-slack: + slack-channel: '#geode-ci' + notify-start: true + notify-success: true + notify-failure: true + notify-back-to-normal: true