Hello, I seem to not be able to define a new pluggable materials that is not defined in the GoCD serve. I am using a Yaml config repo, I have created a file called scm.gocd.yaml where i would define new scm pluggable materials according to https://github.com/tomzo/gocd-yaml-config-plugin?tab=readme-ov-file#pluggable
This is what my scm.gocd.yaml looks so i referenced the material in another file lets call it dev.gocd.yaml , this is the error message i get - Parsing configuration repository using Plugin yaml.config.plugin failed for material: URL: https://dev.azure.com/Taqauto/Taq-IT-Ops-GoCD/_git/GoCD-Pipelines, Branch: develop13 Nov, 2024 at 14:08:51 Local Time Failed to find referenced scm 'Database' materials: Portfolio: scm: Database destination: source format_version: 10 pipelines: {} environments: {} common: scms: Database: plugin_configuration: id: "git-path" version: 1 options: url: https://my/repo/_git/Database username: myusername password: '{{SECRET:[value][myPAT]}}' branch: main shallow_clone: true auto_update: true -- You received this message because you are subscribed to the Google Groups "go-cd" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/go-cd/4571382a-b533-4de9-bbd4-72c9e6b82ee3n%40googlegroups.com.
