retrieveArtifacts (Artifactory)
This operation provides an easy way to get an artifact from Artifactory and store it in the FlexDeploy artifact repository to use in a FlexDeploy workflow, or in the FlexDeploy temp directory.
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Artifactory Username | FDARTIF_USERNAME | Yes | User to connect to Artifactory as |
Artifactory Password | FDARTIF_PASSWORD | Yes | The password for the Artifactory User. |
Artifactory URL | FDARTIF_URL | Yes | URL to Artifactory server. (e.g.: localhost:8081) |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Artifactory Path | FDARTIF_PATH | Yes | Path to artifact in Artifactory. (e.g. generic-local/example.jar) |
To Artifact Directory | FDARTIF_TO_ARTIFACTS | Yes | Determines whether file is placed in the artifacts directory. If false the artifact is placed in the FlexDeploy temp directory. If true the artifact is placed in the artifacts folder, and stored into the artifact repository. |
Artifacts
This operation produces artifacts that will be stored in the artifacts repository.
Endpoint Selection
This operation will select all available endpoints associated to the environment/instance.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
- style