Has anyone configured gocd using yaml IaC? #13889
Unanswered
mrojas-macu
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
On Thu, Oct 9, 2025 at 11:25 PM Miguel Rojas ***@***.***> wrote:
Currently I'm setting up gocd for my team and I have not found a way to
just use yaml templates without all of the xml and templating process
through the UI. Has anyone set up gocd just using yaml and nothing else?
Yes, there are several projects that I know of that use GoCD using purely
yaml based pipeline design.
At my current client, we have a number of GoCD instances that are either
fully XML or which have a combination of XML + yaml. I have chosen to not
migrate certain XML-based pipelines to yaml because these pipelines are
used by system administrators to perform adhoc tasks or tasks where they
need to edit commands and test. They are still on their journey toward
automation.
… —
Reply to this email directly, view it on GitHub
<#13889>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAF5JGRP4YKW4GDLMGWIXHT3WZ46PAVCNFSM6AAAAACIXXL2NWVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZZGAYDIOBRGM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently I'm setting up gocd for my team and I have not found a way to just use yaml templates without all of the xml and templating process through the UI. Has anyone set up gocd just using yaml and nothing else?
Beta Was this translation helpful? Give feedback.
All reactions