Sonar Vs Jenkins

15,267

Can we compare Jenkins and Sonar?

No.

Jenkins is a tool to implement Continuous Integration. The quick summary of which is integrating, building and testing code every time a change is made.

Sonar is "a tool for managing code quality." It focuses on analyzing code.

BTW, as a note that they play different roles in development, there is a Jenkins Plugin for integrating with Sonar. See the discussion here: Why use sonar plugin for Jenkins rather than simply use maven goal "sonar:sonar"?

Share:
15,267
Manvendra Bele
Author by

Manvendra Bele

Updated on June 15, 2022

Comments

  • Manvendra Bele
    Manvendra Bele almost 2 years

    Can we compare Jenkins and Sonar ? If yes how. I want to know advantage/disadvantage of Jenkins and Sonar. Like why one should use Sonar and what advantage it has over Jenkins and vice versa?

    • Manvendra Bele
      Manvendra Bele over 11 years
      Hi Draco, thanks for your reply. Can you give me some limitations of Jenkins which you have faced any time. Or can you list some limitation of Jenkins you know.
    • Manvendra Bele
      Manvendra Bele over 11 years
      One more Question - Why Jenkins is Used and Why Sonar is Used ?