Failed to find referenced scm 'Database'
format_version: 10
environments: {}
common:
scms:
Database: &scm-database # define an alias for all the keys in this block so the pluggable SCM can be reused
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
pipelines:
some-pipeline:
materials:
Portfolio:
<<: *scm-database # merge keys from common definition above
destination: source # add in key for the destination folder if you want to customise the clone dir/folder
--
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 go-cd+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/go-cd/4571382a-b533-4de9-bbd4-72c9e6b82ee3n%40googlegroups.com.