Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YAML pipeline definition #117

Open
mfornasa opened this issue Jan 26, 2018 · 3 comments
Open

YAML pipeline definition #117

mfornasa opened this issue Jan 26, 2018 · 3 comments

Comments

@mfornasa
Copy link

I wonder if it's possible to trigger this in a pipeline defined in a YAML file.

@eddyseager
Copy link

It is using the pluggable scm e.g.

materials:
myPluggableGit:
# https://eu-gerrit-1.euhpc.arm.com/octopus/gocd-yaml/qe
scm: 12345

@esselius
Copy link

esselius commented Oct 18, 2019

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

@mirogta
Copy link

mirogta commented Jun 19, 2020

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
…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants