Add Release Bundles

JFrog Platform Administration Documentation

Content Type
Administration / Platform
ft:sourceType
Paligo

Requires an Enterprise+ license.

You can assign permissions to manage the Release Bundles resource. Release Bundles are part of the Distribution process and are the entities that group together the contents that are part of your release, providing the bill of materials for your software releases. For example, you can group together the different build artifacts, such as Docker images, that make up your software release that can then be pushed to your point-of-sale devices. The Release Bundle is secure and immutable, ensuring that no manipulation can be made by unauthorized users. For more information, see Distributing Release Bundles.Distribute Release Bundles (v1)

Click Add Release Bundles to select the release bundle repositories to which the permission apply.

AddReleaseBundle-Select.png

Select Release Bundles Repositories tab displays the release bundle repositories in the system. You can search and select according to your requirements.

After you select the release bundles, you can apply patterns to restrict the permission to certain release bundles within the release bundle repositories based on patterns.

Click Set Patterns (Optional) to apply patterns.

AddReleaseBundlePatternsAll.png

The Patterns tab enables you to include or exclude release bundles in the selected repositories based on wildcard patterns. Ant-style path expressions are supported (*, **, ?) like org/apache/**. For more information, see AntPathMatcher Documentation. The include and exclude patterns are limited to 1024 characters.

For example, to add all Release Bundles that start with apache (whether or not they exist in Artifactory), add the following include pattern: apache**/**. Granting the Read and Deploy permission for this Release Bundle pattern, for example, provides users access to all Release Bundles that start with apache and allow them to create Release Bundles containing apache.

When you start adding a pattern, autocompletion occurs based on the release bundles in the repository.

You can add more than one pattern. After you enter a pattern, click + or hit the enter key to add that pattern to the filter.

You can also apply patterns at a more granular level for each repository.

Click Per Release Bundle Repository to apply patterns for each repository.

AddReleaseBundlePatternMulti.png