...
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) |
Environment/Instance 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. |
...
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. |
Upload From Directory | FDARTIF_UPLOAD_FROM_DIR | Yes | Specify the file(s) to upload to Artifactory. |
Group ID | FDARTIF_GROUP_ID | Yes | ID of the group. |
Artifact ID | FDARTIF_ARTIFACT_ID | Yes | ID of the artifact. |
Version | FDARTIF_VERSION | Yes | Version of the artifact. |
Repo ID | FDARTIF_REPO_ID | Yes | ID of the repository. |
Outputs
...