From d6b074a51c5b8077b11728670a932bf7aaf9ee2e Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Mon, 4 Jan 2016 15:36:19 +0100 Subject: Fix URL to Google Storage for OVSNFV Change-Id: If800fe79156e150359a8f3d47851fcea9ca2493f Signed-off-by: Fatih Degirmenci --- jjb/releng-macros.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jjb/releng-macros.yaml') diff --git a/jjb/releng-macros.yaml b/jjb/releng-macros.yaml index b94fd8fa2..8d6f55193 100644 --- a/jjb/releng-macros.yaml +++ b/jjb/releng-macros.yaml @@ -9,11 +9,11 @@ description: "JJB configured PROJECT parameter to identify an opnfv Gerrit project" - string: name: GS_BASE - default: artifacts.opnfv.org/$PROJECT/ + default: artifacts.opnfv.org/$PROJECT description: "URL to Google Storage." - string: name: GS_BASE_PROXY - default: build.opnfv.org/artifacts/$PROJECT/ + default: build.opnfv.org/artifacts/$PROJECT description: "URL to Google Storage proxy" - parameter: -- cgit 1.2.3-korg