Konfiguration
Workspace configuration¶ The workspace configuration (default: workspace.poly) holds the configuration for a workspace and must be located inside the workspace directory.
Note
You can specify a custom workspace configuration file by using –workspace-config YOUR/CUSTOM/workspace-config.yml. This can be especially helpful when using Polycrate in CI.
workspace.poly
name: polycrate-demo blocks:
- name: custom-block config: foo: bar Note
The workspace name is limited to certain characters: ^[a-zA-Z]+([-/]?[a-zA-Z0-9]+)+$.
This constraint applies to ALL name stanzas in Polycrate.