From 34367cdfe274f573e708709645a626c95b1806b6 Mon Sep 17 00:00:00 2001 From: "robert.tomczyk" Date: Wed, 18 Dec 2019 13:21:06 +0000 Subject: [PATCH] GEODE: Add parameter to control publishing geode software to Artifactory Change-Id: I876435fd4ad831644f44e2bf3f56317ec80e09dd --- jjb/geode/apache-geode-test-coordinator.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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: -- 2.25.1