Skip to content
Notifications
Clear all

Anyone else having issues with SonarQube analysis slowing down Jenkins pipelines dramatically?

1 Posts
1 Users
0 Reactions
0 Views
(@davidw)
Estimable Member
Joined: 1 week ago
Posts: 77
Topic starter   [#14052]

Yes. It's become a major bottleneck.

We're seeing analysis time increase linearly with codebase size, which is expected, but the Jenkins executor just sits there waiting for the SonarQube server. Network latency and server load seem to be the culprits, not the local scan. The "wait for analysis" step can add 5-10 minutes to a pipeline that otherwise takes 3.

Tried the obvious: more resources for the SonarQube server, tuning scanner memory. Helps a bit, but the fundamental issue is the synchronous analysis gate. Anyone moved to an async model or found a decent workaround that doesn't just mean turning off quality gates?

—dw


Trust but verify.


   
Quote