• Overview
  • Documentation
  • Version history

Description

The External Artifact Repository plug-in downloads artifacts from a Nexus or JFrog Artifactory repository into an HCL Launch z/OS type component.

Version Notes
12 Added support for token for artifactory
11 Added support to verify checksum of component versions
10 Added support to handle AT_TLS configuration for external servers. Fix Jettison Vulnerability Enhancement to Download artifacts without credentials.
9 Minor Improvements and upgraded log4j
8 Added support to run with insecure connection
7 Added support to run this from non zOS agent Minor improvements for new package format
6 Added support to run this from non zOS agent
5 Enhancement to extract files for package format v2
4 Implemented the proxy changes for artifactory server
3 Implemented the api key changes for artifactory server
2 PH20336 - Fixed the default value for extRepoURL and changed the plugin to fail when it is not able to download artifacts
1 Used to download artifacts from external repository like NEXUS/ARTIFACTORY and then we can use Deploy Data Sets step to do zOS deployment.

Quick Info

Product icon

Product

HCL DevOps Deploy (HCL Launch)
Plugin type icon

Type

plugin
Compatibility icon

Compatibility

HCL Launch version 7.3.2.8 and later
created by icon

Created by

HCLSoftware

Published Date

Last Updated

Summary

The External Artifact Repository plugin automates the downloading of z/OS artifacts from a Nexus or JFrog Artifactory repository.

This plugin includes one or more steps, click Steps for step details and properties.

Installation

See Installing plugins in HCL Deploy (Launch) for installing and removing plugins.

Usage

Use this plugin to automate downloading of z/OS artifacts from a Nexus Artifactory or JFrog repository to z/OS. The artifacts can then be deployed using the Deploy Dataset step of the zOS Utility plugin.

To create the z/OS component version, use the buztool.sh command from job control language (JCL) or from the z/OS UNIX System Services command line. You must specify the -ar parameter on the command. This parameter provides details about the artifactory needed to upload artifacts. The link from the external artifact repository is stored as a component version property, named extRepoURL. The property is used to download the artifacts.

For additional information, see Creating z/OS component versions in the product documentation.

Step palette

To access this plugin in the palette, click Repositories > Artifact > zOS ExternalArtifactsDownload.

Steps

The following process steps are available in the External Artifact Repository plugin.

Download Artifacts

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

Input properties for the Download Artifacts step
Name Type Description Required
Repository URL String The URL of the repository. Yes
User Name String The user name used to authenticate with the repository. Yes
Repository Password String The password used to authenticate with the repository. Yes
Artifactory api key Boolean Check this box to use API key authentication with artifact repository. Doesn’t work with Nexus. No
Artifactory api key String The api key used to authenticate with the artifactory repository. No

Hidden input properties:

  • Select the Proxy checkbox to enable proxy connection to artifactory using passed Proxy Host and Port. Proxy does not work for Nexus.
  • Review with your security administrators before allowing insecure connection. The feature is disabled by default.

launch-extartrepo-12.1176020.zip

Uploaded: 28-Apr-2025 12:14

Release Notes:

  • Added support for token for artifactory.

launch-extartrepo-12.1174510.zip

Uploaded: 28-Mar-2025 08:09

launch-extartrepo-10.1162509.zip

Uploaded: 11-Oct-2023 16:04

launch-extartrepo-9.1140093.zip

Uploaded: 19-Aug-2022 09:50

Release Notes:

  • Minor Improvements and upgraded log4j.

launch-extartrepo-8.1101664.zip

Uploaded: 11-Mar-2021 09:55

Release Notes:

  • Added support to run with insecure connection.

Related Plugins