This operation provides an easy way to get an artifact from Artifactory using the Artifact ID, Group ID, and version and Maven coordinates: GroupId, ArtifactId, Version & Classifier. Then store it in the FlexDeploy artifact repository to use in a FlexDeploy workflow.
Inputs
Input Name | Input Code | Required | Description | ||
---|---|---|---|---|---|
Artifactory URL |
| Yes | The URL of Artifactory Repository Manager (e.g. http://[host]:[port]).
| ||
Artifactory Username |
| Yes | User to connect to Artifactory as. | ||
Artifactory Password |
| Yes | The password for the Artifactory User. | ||
Group ID |
| Yes | ID of the group. | ||
Artifact ID |
| Yes | ID of the artifact. | ||
Version |
| No | Version of the artifact. If no version is set the latest version will be retrieved.
| ||
Download To Directory |
| No | Specify the Path to store the Artifact downloaded from Artifactory. If left blank, FlexDeploy's default Artifacts directory will be used. | ||
Repository ID |
| No | ID of the repository. Will help narrow down the search if multiple repositories have the same artifact ID, group ID, and version. | ||
Classifier |
| No | Classifier of the artifact. |
Artifacts
This operation produces artifacts that will be stored in the artifacts repository.
...