Open mfornasa opened 6 years ago
It is using the pluggable scm e.g.
materials: myPluggableGit:
scm: 12345
Indeed this works.
Post 19.2.0, you should be able to do this: https://github.com/tomzo/gocd-yaml-config-plugin#pluggable My company haven't upgraded yet and tested though
Did you mean this? We use the github PR plugin quite extensively with the YAML config repo plugin.
# test.gocd.pipeline
...
materials:
test-git-pr:
plugin_configuration:
id: github.pr
version: 1
options:
url: git@github.com:user/repository
…
I wonder if it's possible to trigger this in a pipeline defined in a YAML file.