Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This operation provides an easy way to get an artifact from Artifactory using the Artifact ID, Group ID, and version and Maven coordinates: GroupId, ArtifactId, Version & Classifier. Then store it in the FlexDeploy artifact repository to use in a FlexDeploy workflow.

Inputs

Input Name

Input Code

Required

Description

Artifactory URL

FDARTIF_URL

Yes

The URL of Artifactory Repository Manager (e.g. http://[host]:[port]).

Info

Include the http:// or the operation will fail

Artifactory Username

FDARTIF_USERNAME

Yes

User to connect to Artifactory as.

Artifactory Password

FDARTIF_PASSWORD

Yes

The password for the Artifactory User.

Group ID

FDARTIF_GROUP_ID

Yes

ID of the group.

Artifact ID

FDARTIF_ARTIFACT_ID

Yes

ID of the artifact.

Version

FDARTIF_VERSION

No

Version of the artifact. If no version is set the latest version will be retrieved.

Info

Use the version in the pom file. Sometimes Artifactory will show a different version on the General → Dependency Declaration view when a file is selected. 

Download To Directory

FDARTIF_DOWNLOAD_TO_DIR

No

Specify the Path to store the Artifact downloaded from Artifactory. If left blank, FlexDeploy's default Artifacts directory will be used.

Repository ID

FDARTIF_REPO_ID

No

ID of the repository. Will help narrow down the search if multiple repositories have the same artifact ID, group ID, and version.

Classifier

FDARTIF_CLASSIFIER

No

Classifier of the artifact.

Artifacts

This operation produces artifacts that will be stored in the artifacts repository.

...