Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bugfix-1005] Fix first analysis on non main branch fails #1016

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bernalvarela
Copy link

@bernalvarela bernalvarela commented Dec 17, 2024

See 1005

In the first analysis of a non-existent branch we receive a null target branch an we are using as target branch uuid the project uuid. When sonar tries to link our new branch to this uuid fails as this branch uuid don't exist.

We have to recover the branch we are anylising in project and assign the UUID of this branch as the target branch.

image

image

image

image

@bernalvarela
Copy link
Author

Is there anything I can do to unblock this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant