diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-01-04 03:56:10 -0500 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-01-04 03:56:10 -0500 |
commit | d026fac0cb3ab898ca5bacff3c588c11e1d876e1 (patch) | |
tree | 5c0accf221f577ffa072b3942f98667d2923c805 | |
parent | f8d5b81a1b13dd6a5d4956a6b65949ea36427dac (diff) |
bug fix for gsutil cp url in bottlenecks job
JIRA: BOTTLENECK-4
Change-Id: I4a7f397546aa92fe73631ac5d99be130c5a3f991
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
-rw-r--r-- | jjb/bottlenecks/bottlenecks.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/bottlenecks/bottlenecks.yml b/jjb/bottlenecks/bottlenecks.yml index f311424af..1d9417c63 100644 --- a/jjb/bottlenecks/bottlenecks.yml +++ b/jjb/bottlenecks/bottlenecks.yml @@ -157,7 +157,7 @@ description: "the cache to store packages downloaded from public IP" - string: name: RUBBOS_URL - default: http://artifacts.opnfv.org/bottlenecks/rubbos + default: gs://artifacts.opnfv.org/bottlenecks/rubbos description: "LF artifacts url for storage of bottlenecks packages" - string: name: PACKAGE_URL |