From: robert.tomczyk Date: Wed, 18 Dec 2019 13:21:06 +0000 (+0000) Subject: GEODE: Add parameter to control publishing geode software to Artifactory X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F25%2F3225%2F2;p=infra%2Fcicd.git GEODE: Add parameter to control publishing geode software to Artifactory Change-Id: I876435fd4ad831644f44e2bf3f56317ec80e09dd --- diff --git a/jjb/geode/apache-geode-test-coordinator.yaml b/jjb/geode/apache-geode-test-coordinator.yaml index 48249d84..d6420408 100644 --- a/jjb/geode/apache-geode-test-coordinator.yaml +++ b/jjb/geode/apache-geode-test-coordinator.yaml @@ -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,6 +134,7 @@ git-revision: true abort-all-job: true node-parameters: true + enable-condition: "$PUBLISH_GEODE == true" publishers: - notify-slack: