"master" branch has not been analyzed yet

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
    SonarQube
  • what are you trying to achieve
    I would like for my master branch to be scanned when a scan is initiated.
  • what have you tried so far to achieve this

I’ve tried changing properties…
sonar.projectKey=
sonar.verbose=true
sonar.pullrequest.base=master
sonar.pullrequest.branch=feature
sonar.pullrequest.key=

Setting my GitHub webhook

Merging new code into master

Hi,

Just leave out all the sonar.pullrequest.* parameters. Their presence is triggering a PR analysis :smiley:

 
HTH,
Ann

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.