The following is an example of a complete Pipelines system YAML file showing all the different parameters that you may configure.
Example Templates
It is recommended to use the templates available under $JFROG_HOME/pipelines/var/etc/
system.basic-template.yaml includes most commonly used system configurations
system.full-template.yaml includes a list of all available configurations
Pipelines System YAML File Format
The YAML file is constructed with keys and entities, using the following key: [entity]
format.
Shared configurations specified under the shared section, are used by all micro-services.
Micro-service specific configurations are set under each micro-service section and override similar shared configurations for the specific micro-service.