Any plans to implement "Auto DevOps" features in TeamCity?
Are there any plans to implement "Auto DevOps" features in TeamCity similar to those in GitLab, where new projects get a default pipeline built automatically?
Please sign in to leave a comment.
Hi Stephen,
it's hard to say, "Auto DevOps" covers a wide array of functionalities, and many of them have been available in TeamCity for some time. In particular, for a "default pipeline", we have the following options already available already:
-Using a default template on the project, every build configuration will inherit this template and thus build steps, dependencies, features, etc.
-Autodetection of the build steps for a build configuration that is newly created based on the files detected for the VCS Root that it has attached.
-Autodetection of configuration as code if you have the settings stored in the repository. It requires to set up previously manually but is much more flexible.
With this in mind, we try to keep improving our current functionalities and are open for new requests if you see something is missing. If that's the case, please don't hesitate to open a feature request in our tracker: https://youtrack.jetbrains.com/issues/TW