summaryrefslogtreecommitdiffstats
path: root/jjb/fuel/fuel-download-artifact.sh
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2015-11-21 00:01:18 +0100
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2015-11-20 23:02:54 +0000
commitedc3e8764640a8bd1b9987bbeddbf5bcb64ebc75 (patch)
tree1946dc65cf6828cc28db07b74b160474fcd85911 /jjb/fuel/fuel-download-artifact.sh
parent79c266ec2f0c7a0f1a0f47fa3f26a211552b207c (diff)
Correct Fuel ISO download command for merge job
JIRA: RELENG-56 Change-Id: Ia1c0d7245d70c1dec90ec48d47f1b8ebc496a2be Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/fuel/fuel-download-artifact.sh')
-rwxr-xr-xjjb/fuel/fuel-download-artifact.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/fuel/fuel-download-artifact.sh b/jjb/fuel/fuel-download-artifact.sh
index 9adb546aa..05dc05e05 100755
--- a/jjb/fuel/fuel-download-artifact.sh
+++ b/jjb/fuel/fuel-download-artifact.sh
@@ -5,7 +5,7 @@ set -o pipefail
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
+ curl -s -o $WORKSPACE/latest.properties http://$GS_URL/opnfv-gerrit-$GERRIT_CHANGE_NUMBER.properties
else
# get the latest.properties file in order to get info regarding latest artifact
curl -s -o $WORKSPACE/latest.properties http://$GS_URL/latest.properties