pub async fn download_metadata(
    location: &str,
    volume: &str,
    artifacts_collection: bool
)
Expand description

Downloads the latest Prow jobs metadata and creates searchable files

Arguments

  • location - The URL from which Prow metadata needs to be downloaded
  • volume - The data path where the files will be stored
  • artifactions_collection - If set to true, the function will also download all artifacts of all builds in the current collection step