创建 yml 文件以在 teamcity 上执行管道

Create yml file to execute pipeline on teamcity

我一直在使用 Teamcity 作为 CI/CD 工具,我想知道是否可以创建我自己的 yml 文件来执行我的管道(类似于 bitbucke-pipelines.yml), 我没有在文档中找到如何做到这一点。

是否有类似“模板”的东西可以做到这一点?

无法将 YAML 用于 TeamCity 管道配置。他们作为代码配置的替代方案是 Kotlin DSLold documentation.

中提到了原因