can I use versioned settings to commit changes to a different branch so I can have a pull request for my changes?
Answered
Versioned settings is pushing changes to my repository whenever we make any changes in the UI. Committing changes to a different branch would I allow my team to have pull request with the Teamcity changes.
Can you recommend a process in which we can use pull requests to review build configuration changes?
Please sign in to leave a comment.
Hello,
Could you please clarify the details of your usage model?
Do you want to apply TeamCity configuration changes only after reviewing them?
If yes, then please consider defining settings programmatically using Kotlin-based DSL.
Other recommended option is to create a separate VCS repository with a limited access dedicated to the setting storage. It may help in your case and it is good from security point of view.