Skip to content

z/OS External Artifact Repository - Process Steps

Download Artifacts for zOS External Repo

Download a z/OS package from an external artifact repository. The repository can be either a Nexus or Artifactory repository.

NameTypeDescriptionRequired
Repository URLStringThe URL of the repository.Yes
User NameStringThe user name used to authenticate with the repository.No
Repository PasswordStringThe password used to authenticate with the repository.No
Artifactory Api-Key/TokenStringThe Api-Key/Token used to authenticate with the artifactory repository.No

Create a Merged Version For JFrog Artifactory

Create a merged version for JFrog artifactory from a set of existing versions in external repository

NameTypeDescriptionRequired
Merged Version NameStringMerged Version NameYes
Component NameStringComponent NameYes
Versions To MergeStringList of version names to be merged. Separate version names with a newline.Yes
Repository URLStringThe URL of the external artifact repository.Yes
RepositoryStringRepository nameYes
Repository User NameStringUsername to be used for authentication.Yes
Repository Password/API Key/TokenStringPassword or API-Key or Token to be used for authentication.Yes

Create a Merged Version For Nexus

Create a merged version for Nexus from a set of existing versions in external repository

NameTypeDescriptionRequired
Merged Version NameStringMerged Version NameYes
Component NameStringComponent NameYes
Versions To MergeStringList of version names to be merged. Separate version names with a newline.Yes
Repository URLStringThe URL of the external artifact repository.Yes
RepositoryStringRepository nameYes
Raw DirectoryStringRaw DirectoryYes
Repository User NameStringUsername to be used for authentication.Yes
Repository PasswordStringPassword to be used for authentication.Yes

Hidden input properties:

  • Select Proxy checkbox to enable proxy connection to artifactory using passed Proxy Host and Port. Proxy does not work for Nexus.
  • Review with your security admins before allowing insecure connection. On default, it is disabled.
  • When USE_ATTLS property is set to TRUE, plugin will not handle encryption and will rely on server AT_TLS to encrypt the network communication with external repository. Default is FALSE.