...
Changing the id (for all entities - project, build configuration, template or VCS root)
move actions
editing of the versioned settings VCS root
versioned Settings configuration change in a project
Anchor | ||||
---|---|---|---|---|
|
Since TeamCity 2018.1, there is an option to generate portable DSL scripts. When the option is enabled, TeamCity generates a single .teamcity/settings.kts script defining a project hierarchy. All ids in portable scripts are relative to the project where versioned settings were enabled, they are expanded to the full id during DSL execution. In portable DSL there is no restriction on a directory name for project settings. All settings can be moved to a single file.
...