mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
<artifact_path> need to be hardcoded so it can be replaced properly by
the ubireleaser during the creation of the Ironbank merge request.
Relates to https://github.com/elastic/logstash/pull/14298/
(cherry picked from commit 79c36c5ac2
)
Co-authored-by: Julien Mailleret <8582351+jmlrt@users.noreply.github.com>
This commit is contained in:
parent
7f9b477bad
commit
a7ad660155
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ labels:
|
|||
# List of resources to make available to the offline build context
|
||||
resources:
|
||||
- filename: logstash-{{ elastic_version }}-linux-x86_64.tar.gz
|
||||
url: https://artifacts.elastic.co/downloads/logstash/logstash-{{ elastic_version }}-linux-x86_64.tar.gz
|
||||
url: <artifact_path>/logstash-{{ elastic_version }}-linux-x86_64.tar.gz
|
||||
validation:
|
||||
type: sha512
|
||||
value: <INSERT SHA512 VALUE FROM https://artifacts.elastic.co/downloads/logstash/logstash-{{ elastic_version }}-linux-x86_64.tar.gz.sha512>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue