Teamcity not picking up new build configurations from the updated settings.kts file
I have been working on a CI pipeline. settings.kts file is already setup in my project repo. Now I am trying to add new build configurations to settings.kts file and when I am commiting the change to the repo. The build is getting triggered from my updated kts file but getting below error
Retrieve settings, revision: XXXXXXXXXXXXXXXXXXXXXXX] Read build settings from revision XXXXXXXXXXXXXXXXXXXXXXXXXX
[22:06:40][Read build settings from revision XXXXXXXXXXXXXXXXXXXX] Failed to load build configuration settings from VCS: build configuration config is not found, use current settings from TeamCity server
Could anybody please help resolving it.
Please sign in to leave a comment.
Related documentation: https://www.jetbrains.com/help/teamcity/storing-project-settings-in-version-control.html#Defining+Settings+to+Apply+to+Builds:~:text=changes%20in%20the,clean%2Dup%20rules
Related feature request: https://youtrack.jetbrains.com/issue/TW-45912