X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fgeode-native%2Fapache-geode-native-verify.yaml;h=650c3288193c0afa70071ad324d1b714c25a93a9;hb=e0e03872edcaf047677745a076ef03a009e6e376;hp=8484573e68eb81c16ed75b673cf05935a0ebfd86;hpb=22d50ba1206114c50cc8d327a1653ebc6d883207;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 8484573e..650c3288 100644 --- a/jjb/geode-native/apache-geode-native-verify.yaml +++ b/jjb/geode-native/apache-geode-native-verify.yaml @@ -30,7 +30,7 @@ - job-template: name: 'apache-geode-native-{stream}-verify' project-type: multijob - disabled: false + disabled: true concurrent: true node: geode-ubuntu1804 @@ -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,6 +123,7 @@ git-revision: true abort-all-job: true node-parameters: true + enable-condition: "$PUBLISH_GEODE == true" publishers: - notify-slack: @@ -126,4 +131,4 @@ 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