X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fgeode%2Fapache-geode-test-coordinator.yaml;h=c955bb75fd3074158f4b19249d2457be5cdc2ad0;hb=e2174d4756bc5c6ad9f0343996fec076472a65d1;hp=7aab7488acb8f8c92a892b4260a942f1887593d6;hpb=11e9ad6a6a92b0eaf3df95656ed210d41618d34b;p=infra%2Fcicd.git diff --git a/jjb/geode/apache-geode-test-coordinator.yaml b/jjb/geode/apache-geode-test-coordinator.yaml index 7aab7488..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 @@ -69,6 +73,7 @@ - github builders: + - 'verify-geode-tag-macro' - multijob: name: SlaveSetup condition: SUCCESSFUL @@ -129,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