X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fgeode%2Fapache-geode-test-coordinator.yaml;h=c955bb75fd3074158f4b19249d2457be5cdc2ad0;hb=172501993c9667fc278121df97cc77bb9c8ee8ad;hp=d1366d4b28dda64cd0057a70764b18861aecffa8;hpb=dd212f7c3b443fa43a5654e05cc5e6c5eb312a43;p=infra%2Fcicd.git diff --git a/jjb/geode/apache-geode-test-coordinator.yaml b/jjb/geode/apache-geode-test-coordinator.yaml index d1366d4b..c955bb75 100644 --- a/jjb/geode/apache-geode-test-coordinator.yaml +++ b/jjb/geode/apache-geode-test-coordinator.yaml @@ -22,8 +22,8 @@ project: 'Nordix/geode' stream: - - 'release-nordix-1.9.0': - branch: 'release-nordix/1.9.0' + - 'release-nordix-1.12.0': + branch: 'release-nordix/1.12.0' jobs: - 'apache-geode-verify-{stream}-coordinator' @@ -43,6 +43,10 @@ name: BRANCH default: '{branch}' description: JJB configured BRANCH parameter for Nordix GitHub project + - bool: + name: PUBLISH_GEODE + default: true + description: Publish Geode software to Nordix Artifactory after all tests are passed properties: - logrotate @@ -59,7 +63,7 @@ scm: - git-scm-github: - branch: '{branch}' + branch: '$BRANCH' refspec: '' wipe_workspace: true clean_before: false @@ -130,11 +134,12 @@ git-revision: true abort-all-job: true node-parameters: true + enable-condition: "$PUBLISH_GEODE == true" publishers: - notify-slack: - slack-channel: '#geode' + slack-channel: '#geode-ci' notify-start: true notify-success: true notify-failure: true - notify-back-to-normal: true \ No newline at end of file + notify-back-to-normal: true