Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 3

This operation provides an easy way to upload an artifact to Nexus 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 Nexus repository if required.

Environment/Instance Properties

Property Name

Property Code

Required

Description

Project Properties

Property Name

Property Code

Required

Description

Inputs

Input Name

Input Code

Required

Description

Nexus Account
FDNEXUS_INP_NEXUS_REPOSITORY_ACCOUNT_CODE
YesThe Nexus account with all the required properties like Instance Url, Username, and Password for running Nexus Instance.
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 PPath to upload an artifact in Nexus. (e.g. releases/artifactId/1.1/)

Nexus Repository
FDNEXUS_REPOSITORY
Yes

Identifier 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.
Upload From Directory
FDNEXUS_UPLOAD_FROM_DIR
No

Specify the Path from which the Artifact can be uploaded to Nexus. If no inputs given, the default Artifacts dir will be used.

...