3

I've been using Teamcity as CI/CD tool, and I'd like to know if would be possible to create my own yml file in order to execute my pipeline (something like bitbucke-pipelines.yml), I didn't found how to do that in the documentation.

Is there a there something like a "template" to do that?

Doug P
  • 169
  • 1
  • 3
  • 13

1 Answers1

4

It's not possible to use YAML for TeamCity pipeline configuration. Their alternative for configuration as code is Kotlin DSL. Reasons are mentioned in the old documentation.

LJ.
  • 620
  • 6
  • 12