Build ignores latest changesets

Hi guys,

our CI-System sometimes ignores latest changes from our Git repository for some branches although these changes are listed on the changes page for the configuration. Resetting the repositorz fixes the problem but that takes rather long. Our build configurations are set to explicitly check the repository during build start but that does not help.

I already updated our CI environment to 1.7.1.206 that Dave provided but that did not help either.

Regards

Kay Zumbusch

Hi Kay,

Can you provide us with more information about the scenarios where this happens? This may include screenshots showing the Changes views for the configuration and build, details of the repository settings, git log output showing the order of the changesets. 

Note that Git changesets are ordered topographically as per the --topo-order option when running the Git log command line, this may or may not be the same as commit or author date order when changes are committed on different machines.