Versioned Settings - Build config settings on feature branch not being applied

I'm trying to get started with versioned settings for my build.  At the moment, I've got a build on a feature branch that is failing, and I notice in the logs that the steps the build is executing don't correspond to what I've got configured on that branch.

In the log, I see the following message, which would seem to suggest that these changes are being rejected for some reason:

[12:30:55]Finalize build settings
[12:30:55][Finalize build settings] Retrieve settings, revision: b1a7b488bc74af36b3c2cf72689f97e96ca66201
[12:30:55][Retrieve settings, revision: b1a7b488bc74af36b3c2cf72689f97e96ca66201] Settings VCS root details
[12:30:55][Retrieve settings, revision: b1a7b488bc74af36b3c2cf72689f97e96ca66201] Load settings from VCS
[12:30:56][Retrieve settings, revision: b1a7b488bc74af36b3c2cf72689f97e96ca66201] Load project model
[12:30:56][Retrieve settings, revision: b1a7b488bc74af36b3c2cf72689f97e96ca66201] Read build settings from revision b1a7b488bc74af36b3c2cf72689f97e96ca66201
[12:30:56][Read build settings from revision b1a7b488bc74af36b3c2cf72689f97e96ca66201] Last changes in TeamCity settings were not committed to VCS, use current settings from TeamCity server
 
Could this explain the problem, and, if so, how do I resolve the problem? 
0
1 comment

You might want to check the Versioned Settings configuration on your project. There are multiple settings, among other things, which version of the settings to use. If you make changes on the UI, and those changes aren't committed into the VCS, they might be ignored in some of the settings

1

Please sign in to leave a comment.