continuous integration - GIT VCS not updating sources after Teamcity upgrade -


i have upgraded teamcity 9 8. ever since upgrade, of git vcs not updating sources. build log show below checkout directory empty.

[04:33:49]using vcs information agent file: 53c2fd4d_test.project.xml [04:33:49]clean build enabled: removing old files d:\builds\test.project [04:33:49]checkout directory: d:\builds\test.project [04:33:49]updating sources: server side checkout [04:33:49][updating sources] perform clean checkout. reason: "clean files before build" turned on [04:33:49][updating sources] transferring cached clean patch vcs root: test project [04:33:49][updating sources] repository sources transferred [04:33:49][updating sources] removing d:\builds\test.project 

i tried cleaning server cache @ <teamcity data directory>/system/caches didn't help.

we had same problem. while refs/heads/<branchname> <hash> saw in changes tab build point commit time when upgraded 8 9. stubbornly ignoring subsequent checkins.

the cause may have been running out of licensed users within stash. there no sign of error git/stash/swabra in teamcity logs looked at. stash licencing issue fixed 1 part of our organization while @ same time we:

  • checked on enable use tags in branch specification in vcsroot specification. (we don't use tags, , our branch specification patterns never match tags in our stash/git repo.)
  • at point, web ui seems show quite crazy change sets. branch build x saw commits unrelated branches. code built correct. , every branch ever seen teamcity wanted re-build.
  • bounced teamcity server.
  • checked off, on again, 'enable use tags in branch specification’.

then seem correct change sets in web ui. surely of steps redundant. that's worked us.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -