[Teamcity][VCS][Git] Checkout different Revisions for Each build configurations
Hello there,
I have an issue where all of my build configurations will not have the same VCS revision. They should all be 14a19f...(latest revision at the time) but they have all have a different revision and I do not want that because they are an old revisions. When even I launch one with the "latest" revision in the change tab, and it still only find an older revision. Is there a way to fix this?
I look forward to hearing from you.
Jordan St Germain
An image of the different VCS revisions for one VCS Root:
Please sign in to leave a comment.
Hi Jordan,
there is a number of possibilities for this to happen. If you are running 2017.1, the build logs should include a reason why a revision different than 14a19f was picked up during the initial, calculating revision step. The most common reason is that the other build configurations are using a branch instead of master, and that branch only has the older revision. There's also the possibility that somebody selected manually the revision and ran the build on it through a custom build.
Hello there,
It seemed to be something on our side. After doing a merge to the master (the branch I had trouble with). It seems to be working now.
Thank you for your help.
Jordan St Germain