This operation provides an easy way to get an artifact from Artifactory using the Artifact ID, Group ID, and version and store it in the FlexDeploy artifact repository to use in a FlexDeploy workflow.
Environment/Instance Properties
...
Property Name | Property Code | Required | Description |
---|---|---|---|
Artifactory Account Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Artifactory URL | FDARTIFACCT_URL | Y | The URL of Artifactory Repository Manager (e.g. http://[host]:[port] ). |
Artifactory Username | FDARTIFACCT_USERNAME | Y | User to connect to Artifactory as. |
Artifactory Password | FDARTIFACCT_PASSWORD | Y | The password for the Artifactory User. |
Inputs
Input Name | Input Code | Required | Description | ||
---|---|---|---|---|---|
Artifactory Account | FDARTIF_ARTIFACT_REPOSITORY_ACCOUNT_CODE | Yes | The Artifactory account with all the required properties like Instance Url, Username, and Password for running Artifactory Instance. Configure this under Topology - Integrations - CI Server. | ||
Group ID | FDARTIF_GROUP_ID | Yes | |||
Artifact ID | FDARTIF_ARTIFACT_ID | Yes | ID of the artifact. | ||
Version | FDARTIF_VERSION | No | Version of the artifact. If no version is set the latest version will be retrieved.
| ||
Download To Directory | FDARTIF_DOWNLOAD_TO_DIR | No | Specify the Path to store the Artifact downloaded from Artifactory. If left blank, FlexDeploy's default Artifacts directory will be used. | ||
Repository ID | FDARTIF_REPO_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 | FDARTIF_CLASSIFIER | No | Classifier of the artifact. |
...