uploadArtifacts (Artifactory)
This operation provides an easy way to to upload an artifact to Artifactory Repository Manager from FlexDeploy artifact repository or any current file system directory. This can be used in FlexDeploy build workflows to upload the generated Project Build to Artifactory repository if required.
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|
Project Properties
Property Name | Property Code | Required | Description |
---|
Inputs
Input Name | Input 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 | The URL of Artifactory Repository Manager (e.g. http://[host]:[port] ). |
Artifactory Path | FDARTIF_REMOTE_PATH | Yes | Path to upload an artifact in Artifactory. (e.g. generic-local/flexagon/PluginTest1/1.1/) |
Upload From Directory | FDARTIF_UPLOAD_FROM_DIR |