Greetings colleagues,
I am trying to get into Yaml plugin (gocd-yaml-config-plugin.jar v.0.14.3-321) with goCD v.23.3.0.
The plugin is able to receive the yaml file but always throws the same error.
I am stuck with something pretty simple, like this:
format_version: 10pipelines: mypipe: group: mygroup materials: mygit: git: http://example.com/mygit.git stages: - build: jobs: build: tasks: - exec: command: makeenvironments:
The message is:
INVALID MERGED CONFIGURATION
Number of errors: 1+
I. Rule Validation Errors:
1. Not allowed to refer to pipeline group 'mygroup'. Check the 'Rules' of this config repository.
II. Config Validation Errors:
- For Config Repo: https://github.com/...p at revision 03a639fd6444>>>74d5
What am I doing wrong?
Vlad.