You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are considering using it, but we came into an issue, which can also be caused by our settings.
In the code, you are parsing the branch name, but from Sonar Webhook, the data contains PR number (and it fails as it is not valid branch name). From Sonar Webhook (Sonar Enterprise) we are getting following data:
Hello, thank you for your project.
We are considering using it, but we came into an issue, which can also be caused by our settings.
In the code, you are parsing the branch name, but from Sonar Webhook, the data contains PR number (and it fails as it is not valid branch name). From Sonar Webhook (Sonar Enterprise) we are getting following data:
"branch": { "name": "45", "type": "PULL_REQUEST", "isMain": false, }
I wanted to discuss this with you in advance, but I was not able to find any contact email or anything.
Thank you.
The text was updated successfully, but these errors were encountered: