After sonar integration into Azure Devops our pipelines started to process longer without any very positive trend. We would expect some incremental scans.
thanks for reply. Just for clarify.
Interesting “only for pull request”. Can we ever achieve this kick in our situation?
We have nightly AZ devops pipeline which builds (and analyses master branch)
When someone make code change, he
make new branch out of master.
commit changes to this branch
make pull request (here is a kick? I do not think so because it is the first scan of that branch…?)
he merges pull request
So am I right that we never get advantage of incremental analysis? Or ok sometimes pull request triggers build more times because of additional changes came based on for example code review so in this quite rare situation we get that kick Right?