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 store it in the FlexDeploy artifact repository to use in a FlexDeploy workflow.

Environment/Instance Properties

...

Input NameInput CodeRequiredDescription
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

Outputs

...

Artifacts (Keep one and edit if desired.)

This operation doesn’t consume or produce any artifacts.

This operation consumes artifacts from the artifacts repository.

YesThe password for the Artifactory User.
Group ID

FDARTIF_GROUP_ID

YesID of the group.
Artifact ID

FDARTIF_ARTIFACT_ID

YesID 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

NoSpecify the Path to store the Artifact downloaded from Artifactory. If no inputs given, FlexDeploy's default Artifacts dir will be used.
Repository ID

FDARTIF_REPO_ID

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

FDARTIF_CLASSIFIER

NoClassifier of the artifact.

Outputs

Output NameDescription


Artifacts

This operation produces artifacts that will be stored in the artifacts repository.This operation delegates the consume/produce artifacts decision to the workflow developer.

Endpoint Selection

...

This operation will select all available endpoints associated to the environment instance which have resource type of {Resource Type}.This operation will select all available endpoints associated to the environment/instance.This operation delegates the selection to the workflow developer to determine.

Endpoint Execution

...

This operation will execute on any one of the selected endpoints and will be random in the determination of which one.

This operation will execute on all of the selected endpoints and will execute on each of the selected endpoints.

This operation will select all available endpoints associated to the environment instance which have resource type of {resource type}.

This operations delegates the execution to the workflow developer to decide.

Special Considerations

[Delete section if not needed]

Describe any dependencies between properties that may exist or anything that that isn’t really covered above but is relevant to this operation.