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?
0
With this TeamCity Pipelines release, we’re introducing the option to store and load pipeline definitions in YAML format from your repositories.
https://blog.jetbrains.com/teamcity/2024/06/teamcity-pipelines-pulse-issue3/
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.