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.
Info |
---|
File path will end up being: RepoID/GroupID/ArtifactID/Version/FileName |
Info |
---|
If you include SNAPSHOT in the file name (e.g. 1.0-SNAPSHOT) it will automatically be replaced by Artifactory with the time, date and build number. (e.g. Project-1.0-SNAPSHOT on January 31st 2020 at 8:30 P.M. UTC would become 1.0-20200131.203000-1) |
Environment/Instance Properties
...
Input Name | Input Code | Required | Description | ||
---|---|---|---|---|---|
Artifactory URL |
| Yes | The URL of Artifactory Repository Manager (e.g.
| ||
Artifactory Username |
| Yes | User to connect to Artifactory as. | ||
Artifactory Password |
| Yes | The password for the Artifactory User. | ||
Upload From Directory |
| Yes | Specify the files to upload to Artifactory. | ||
Group ID |
| Yes | ID of the group. | ||
Artifact ID |
| Yes | ID of the artifact. | ||
Version |
| Yes | Version of the artifact. | ||
Repo ID |
| Yes | ID of the repository. |
...