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 format the file name correctly (e.g. ArtifactID-Version-SNAPSHOT-Classifier.Extension) SNAPSHOT will automatically be replaced by Artifactory with the time, date and build number. (e.g. Artifact1-1.0-SNAPSHOT-javadoc.jar on January 31st 2020 at 8:30 P.M. UTC would become Artifact1-1.0-20200131.203000-1-javadoc.jar) |
...
Property Name | Property Code | Required | Description | |
---|---|---|---|---|
Artifactory URL code |
| Yes | The URL of Artifactory Repository Manager (e.g. | |
Artifactory Username | Code Block |
| Yes | User to connect to Artifactory as. |
Artifactory Password | Code Block |
| Yes | The password for the Artifactory User. |
...
Input Name | Input Code | Required | Description | |
---|---|---|---|---|
Artifactory Account | Code Block |
| 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. |
Upload From Directory | Code Block |
| Yes | Specify the file(s) to upload to Artifactory. |
Group ID | Code Block |
| Yes | ID of the group. |
Artifact ID code |
| Yes | ID of the artifact. | |
Version | Code Block |
| Yes | Version of the artifact. |
Repo ID code |
| Yes | ID of the repository. |
Artifacts
...
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
Outputs
Output Name | Required | Description |
---|---|---|
| Yes | Returns the Artifact ID |
...