Trying to Analyze new project but failed.
I have two permission templates like below
om.abc.*
om.abc2.*
And the repo project key would be om-abc2-frontend got the Could not provision some of the projects error error
I checked the community link below
But the repo would not match for the two permission templates
If I set one of the permission template, than the target repo om-abc2-frontend is able to import in the SonarQube Cloud.
What makes you believe this is related to your permissions templates? Are there details you haven’t shared here that point to that?
I suppose that if the error is related to permission templates, it would be because these two patterns overlap. You need to provide “a valid regular expression” for a project key pattern. Both of these are that. But those dots (.) are interpreted as “any character”.
So om-abc2 matches both of your regexes and I suppose provisioning can’t decide between them and so gives up.
I suspect that this Could not provision some of the projects error is because of the permission template
Because if I remove one of the template, each project is created to get the permission.
If the dots. in my permission template interpreted as “any character”, could you tell me the correct way to set the permission template?