Back to Website
Show / Hide Table of Contents

download-files

  • Last updated on December 29, 2023
  • •
  • Less than a minute to read

This task downloads files from specified URLs and save them as artifacts.

Parameters

  • urls (array of strings): The list of URLs to be downloaded from.

Argument interpolation is supported following the common rules.

Example

{
    "description": "Download front preview",
    "name": "download-front-preview",
    "type": "download-files",
    "parameters": {
        "urls": [ "{{project.items.@.fields.PreviewFront?}}" ]
    },
    "outputArtifacts": [
        "preview-front"
    ]
}
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2024 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback