AQL Tags

JFrog Pipelines Documentation

Products
JFrog Pipelines
Content Type
User Guide
ft:sourceType
Paligo

name

An alphanumeric string (underscores are permitted) that identifies the resource.

type

Must be Aql for this resource type.

configuration

Specifies all configuration selections for the resource.

Tag

Description

Required/Optional

sourceArtifactory

The name of an Artifactory Integration or JFrog Platform Access Token Integration.

Required

query

An Artifactory Query Language query string.Artifactory Query Language

Required

addedProperties

List of added properties that will be added to the artifacts after distribution of the release bundle.

  • key - Property key to be created or updated after distribution of the release bundle.

  • value - List of values to be added to the property key after distribution of the release bundle.

Optional

mappings

List of mappings that are applied to the artifact paths after distribution of the release bundle.

  • name - The friendly name of the mapping entry.

  • input - Regex match string for artifact paths.

  • output - Replacement for artifact paths matched by the "input" match string. Capture groups can be used as "$1".

Optional