Latest committed changes are not getting checked out in team city
I have raised an pull request which has multiple commits i.e. c1(first one), c2, c3, c4 (latest one).
When CI is getting triggered, team city always checked out the changes from c1 commit. It should pull the changes from c4.
I have checked the build logs for Revision which is showing correct.
[Compute revision] Upper limit revision: c4
[Compute revision] Latest commit attached to build configuration: c4
[Compute revision] Computed revision: c4
My question is why latest changes are not getting checked out?
Please sign in to leave a comment.
If c4 is the computed revision, that should be the revision being used. A few questions:
-Which teamcity version are you using?
-How do you see that c1 is being checked out?
-Can you show the full part of the VCS from the log?