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

...

Property Name

Property Code

Required

Description

Project Properties

Property Name

Property Code

Required

Description

Nexus Account Properties

Property NameProperty CodeRequiredDescription
Nexus URL
FDNEXUSACCT_URL
YThe URL of Nexus Repository Manager (e.g. http://[host]:[port]).
Nexus Username
FDNEXUSACCT_USERNAME
Y

User to connect to Nexus as.

Nexus Password
FDNEXUSACCT_PASSWORD
YThe password for the Nexus User.

...

Input Name

Input Code

Required

Description

Nexus Account
FDNEXUS_INP_NEXUS_ACCOUNT_CODE
YesThe Nexus account with all the required properties like Instance Url, Username, and Password for running Nexus Instance. Configure this under Topology - Integrations - CI ServerArtifact Repository.
Nexus Version
FDNEXUS_VERSION
YesThe version of Nexus Repository Manager being used. (Nexus 3.X or Nexus 2.X)

Nexus Path

FDNEXUS_PATH

Yes

Path to the artifact that gets retrieved from Nexus, include fileName here. (e.g. releases/example.jar)

Nexus Repository
FDNEXUS_REPOSITORY
YesIdentifier of the Nexus repository. Repository ID for Nexus 2, repository name for Nexus 3.
  • If using Nexus 2, then repository id is in URL after FDNEXUS_URL/nexus/content/repositories/FDNEXUS_REPOSITORY.
  • If using Nexus 3, then repository name is in URL after FDNEXUS_URL/repository/FDNEXUS_REPOSITORY.
Download To Directory
FDNEXUS_DOWNLOAD_TO_DIR
No

Specify the Path to which the remote Artifact will be downloaded. If no inputs given, the default Artifacts dir will be used.

...