gocd-build-github-pull-requests
gocd-build-github-pull-requests copied to clipboard
YAML pipeline definition
I wonder if it's possible to trigger this in a pipeline defined in a YAML file.
It is using the pluggable scm e.g.
materials: myPluggableGit: # https://eu-gerrit-1.euhpc.arm.com/octopus/gocd-yaml/qe 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: [email protected]:user/repository
…