From 2b2272a3e908de9beb1ee72580c9419ab6205640 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Fri, 20 Nov 2015 14:28:03 +0100 Subject: Check job name to decide what to do with fuel artifacts fuel-verify-virtual-deploy-master job is also removed for the timebeing. Change-Id: I744830cf377791ad0edf3f8c38012b01b6cd80cd Signed-off-by: Fatih Degirmenci --- jjb/fuel/fuel-download-artifact.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/fuel/fuel-download-artifact.sh') diff --git a/jjb/fuel/fuel-download-artifact.sh b/jjb/fuel/fuel-download-artifact.sh index 7ebc0d6d0..9adb546aa 100755 --- a/jjb/fuel/fuel-download-artifact.sh +++ b/jjb/fuel/fuel-download-artifact.sh @@ -3,7 +3,7 @@ set -o errexit set -o nounset set -o pipefail -if [[ $GERRIT_EVENT_TYPE = "change-merged" ]]; then +if [[ "$JOB_NAME" =~ "merge" ]]; then # get the properties file for the Fuel ISO built for a merged change curl -s -o $WORKSPACE/opnfv-gerrit-$GERRIT_CHANGE_NUMBER.properties http://$GS_URL/latest.properties else -- cgit 1.2.3-korg