Disable build configuration editing in web UI after Kotlin DSL

Is it somehow possible to disable build configuration editing for all the projects with Kotlin DSL enabled? I guess I can achieve that by playing around with groups and by removing Edit project permission from admin groups for Kotlin DSL projects but this is quite a bit of manual maintenance. So is there some way to go back to previous functioning where web UI editing was simply disabled when Kotlin DSL is enabled for project?

0
1 comment

Hi,

 

As you can see in our issue here: https://youtrack.jetbrains.com/issue/TW-53471

 

It's possible to do it by simply enabling the following parameter in the impacted projects.

teamcity.ui.settings.readOnly=true

0

Please sign in to leave a comment.