Tag Extension Versions

JFrog Pipelines Documentation

Products
JFrog Pipelines
Content Type
User Guide
ft:sourceType
Paligo

A Git tag for versioning a step or resource must be of the form:

<namespace>/<TypeName>@<semver>

Where <TypeName> is the name of the extension step or resource type. The format of <semver> must be compliant with the semantic versioning standard (Major.Minor.Patch).

For example, to bind the currently committed version of the tutorial's HealthCheck step to version 1.0.0, you would draft a new release and assign it a tag tutorials/HealthCheck@1.0.0.

image2020-9-21_9-48-32.png