AmadeusITGroup / sonar-stash

Stash (BitBucket) plugin, a pull-request decorator which allows to integrate SonarQube violations directly into your pull-request
MIT License
165 stars 82 forks source link

Checking out wrong Revision on PR #167

Closed hax0rdlux3 closed 6 years ago

hax0rdlux3 commented 6 years ago

Hello,

In certain circumstances it appears the git checkout command pulls the wrong Revision for certain users:

git.exe tag -l # timeout=10 Checking out Revision revID git.exe config core.sparsecheckout # timeout=10 git.exe checkout -f revID Commit message: "make one change" git.exe rev-list # timeout=10

the Revision that correlates to the PR is not what is being pulled for analysis.

thx

t-8ch commented 6 years ago

This plugin does not perform any git operations. The problem has to be elsewhere.