The JFrog Artifactory Downloader task downloads artifacts generated in a build from Artifactory as a zip archive and stored as $env:temp\artifacts.zip
The main point of this task is to enable download of artifacts in a release workflow and deploy them in a target environment where you can apply acceptance or other tests to them.
Field | Description |
---|---|
Please refer to parameters for the JFrog Artifactory Deployer task. | |
Please refer to parameters forthe JFrog Artifactory Deployer task. | |
Please refer to parameters forthe JFrog Artifactory Deployer task. | |
Please refer to parameters forthe JFrog Artifactory Deployer task. | |
The name of the build from which to download artifacts. | |
If not provided, the task will use the current build number from the BUILD_BUILDNUMBER environment variable. If this variable is not available in context, the task will use the latest build from Artifactory. | |
If provided, the task only downloads artifacts linked to the latest build with the specified status. If not provided, the task downloads artifacts from the current build number (as determined from the environment variables). If the task is applied in a release workflow (rather than being triggered by a build, and therefore, there is no build number available), the latest build will be used. |