Create Property Set

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide

You can create pre-defined collections of properties for reuse across repositories called property sets. Property sets can contain multiple properties, and each property can have multiple values. You can choose whether the property values are open, single-select, or multi-select.

For information on adding a single property directly to an item, see Add Properties to Items.

Prerequisites: You need Administrator permissions to create property sets.

To create a property set:

  1. In the Administration module, navigate to Artifactory Settings > Property Sets.

  2. Click New Property Set. The New Property Set window opens.

  3. In the Property Set Name field, enter a name for the property set.

  4. Add properties to the set:

    1. Click New record. The New Property window appears.

    2. In the Property Name field, enter a property name.

    3. Select one of the following options for the value type:

      • Any Value: Allows user entry for the property value when adding the property to an item.

      • Single Select: Requires a single selection from predefined property values.

      • Multi Select: Allows multiple selections from predefined property values.

    4. For single select and multi select, enter a property value in the text box and click Add. Repeat for all property values you want to define.

    5. Click Save. The property is saved to the property set.

  5. Click Save. The property set is saved.

The property set has properties and values defined and can now be added to items.

Next steps: