Versions Compared

Key

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

...

FDNEXUSACCT_URL

Property Name

Property Code

Required

Description

Nexus URL

Code Block

Y

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

Nexus Username

code

FDNEXUSACCT_USERNAME

Y

User to connect to Nexus as.

Nexus Password

code

FDNEXUSACCT_PASSWORD

Y

The password for the Nexus User.

...

Input Name

Input Code

Required

Description

Nexus Account

code

FDNEXUS_INP_NEXUS_ACCOUNT_CODE

Yes

The Nexus account with all the required properties like Instance Url, Username, and Password for running Nexus Instance. Configure this under Topology - Integrations - Artifact Repository.

Nexus Version

code

FDNEXUS_VERSION

Yes

The version of Nexus Repository Manager being used. (Nexus 3.X or Nexus 2.X)

Nexus Path

code

FDNEXUS_PATH

Yes

Path to upload an artifact in Nexus. (e.g. releases/artifactId/1.1/)

Nexus Repository

code

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

code

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.

...