problem/long delays with updates repo after push

XMLWordPrintable

      well., i see a some problems for bitbucket (for github all works fine)

      for example:

      • We have a some commit/s
      • And this has been pushed on bitbucket & github servers,
      • Then, with web accessing we can see new chnages in bitbucket.org/3F/<repo>/commits/

      However! if we try to clone this with command - git clone ... well:

      • For github is all ok, i.e. we can see new commit/s
      • For bitbucket - we can't see this after push, only after ~25-30min!

      This important for CI, because after push should be executed POST Hook, and you can see the next fails:

      problem not with appveyor, because i tested this on my pc:

      #!bash
      
      git clone -q --branch=hotfixes https://bitbucket.org/3F/vssolutionbuildevent.git C:\projects\vssolutionbuildevent
      git checkout -qf 74d34e87a78c
      error: pathspec &#x27;74d34e87a78c&#x27; did not match any file(s) known to git.
      

      i.e. i can't see any new changes in the new cloned repo!

      for github no any problems, for bitbucket this worked after ~25min, and you can also see this successful build:

      it's not a single problem, you also can see this for example:

      maybe this problem only for current repo o_O but i also tested this with github, and...

            Assignee:
            @Dan
            Reporter:
            3F
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: