JFrog Artifactory Downloader

JFrog Integrations Documentation

Content Type
Integrations
ft:sourceType
Paligo

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.

downloader.png

Field

Description

Artifactory URL

Please refer to parameters for the JFrog Artifactory Deployer task.

Override Credentials

Please refer to parameters forthe JFrog Artifactory Deployer task.

User Login

Please refer to parameters forthe JFrog Artifactory Deployer task.

User API Key

Please refer to parameters forthe JFrog Artifactory Deployer task.

Build Name

The name of the build from which to download artifacts.

Build Number (optional)

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.

Build Status (optional)

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.