X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fgeode-native%2Fapache-geode-native-verify.yaml;h=384e1285d674e2b3255d72270ed0afebe8248b2a;hb=7856867e0a64248bc8f4c3e06b7f196204e2a41c;hp=2d085f2c75aa604da5bcbae1ffca5e3cd0761ace;hpb=58a24dd137a84ac704e828cdfcf80f61da70f2c9;p=infra%2Fcicd.git diff --git a/jjb/geode-native/apache-geode-native-verify.yaml b/jjb/geode-native/apache-geode-native-verify.yaml index 2d085f2c..384e1285 100644 --- a/jjb/geode-native/apache-geode-native-verify.yaml +++ b/jjb/geode-native/apache-geode-native-verify.yaml @@ -32,7 +32,7 @@ project-type: multijob disabled: false concurrent: true - node: geode-ubuntu1804 + node: geode-ubuntu2004 parameters: - string: @@ -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 - string: name: JOBS default: '24' @@ -63,7 +67,7 @@ scm: - git-scm-github: - branch: '{branch}' + branch: '$BRANCH' refspec: '' wipe_workspace: true clean_before: false @@ -119,10 +123,11 @@ 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