mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Merge pull request #8319 from elastic/jasper/backport/8317/5.0
[backport] PR #8317 to 5.0 - [plugin installer] Point plugin url to artifacts.elastic.co
This commit is contained in:
commit
51418f9342
2 changed files with 2 additions and 2 deletions
|
@ -175,7 +175,7 @@ describe('kibana cli', function () {
|
|||
|
||||
const expected = [
|
||||
command,
|
||||
`https://download.elastic.co/kibana/${command}/${command}-1234.zip`
|
||||
`https://artifacts.elastic.co/download/kibana-plugins/${command}/${command}-1234.zip`
|
||||
];
|
||||
|
||||
expect(settings.urls).to.eql(expected);
|
||||
|
|
|
@ -6,7 +6,7 @@ import { arch, platform } from 'os';
|
|||
function generateUrls({ version, plugin }) {
|
||||
return [
|
||||
plugin,
|
||||
`https://download.elastic.co/kibana/${plugin}/${plugin}-${version}.zip`
|
||||
`https://artifacts.elastic.co/download/kibana-plugins/${plugin}/${plugin}-${version}.zip`
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue