Upload Artifacts to JFrog Artifactory Step Settings
This topic provides settings for the Upload Artifacts to JFrog Artifactory step.
Name
The unique name for this Connector.
Description
Text string.
Artifactory Connector
Select the Harness Artifactory Connector to use for this upload.
See Artifactory Connector Settings Reference.
Target
The target folder in the registry.
Source Path
Path to the artifact file/folder you want to upload.
You can use regex to upload multiple files.
Harness will automatically create the compressed file.
Optional Configurations
Run as User
Set the value to specify the user id for all processes in the pod, running in containers. See Set the security context for a pod.
Set container resources
Maximum resources limit values for the resources used by the container at runtime.
Limit Memory
Maximum memory that the container can use. You can express memory as a plain integer or as a fixed-point number using the suffixes G
or M
. You can also use the power-of-two equivalents Gi
and Mi
.
Limit CPU
The maximum number of cores that the container can use. CPU limits are measured in cpu units. Fractional requests are allowed: you can specify one hundred millicpu as 0.1
or 100m
. See Resource units in Kubernetes.
Timeout
Timeout for the step. Once the timeout is reached, the step fails, and the Pipeline execution continues.