Sonar vs Jenkins

Can Jenkins and Sonar be compared? If so, how. I want to know the advantage / disadvantage of Jenkins and Sonar. Why should you use Sonar and what benefits does Jenkins have and vice versa?

+3


source to share


1 answer


Can Jenkins and Sonar be compared?

Not.

Jenkins is a tool for implementing Continuous Integration . A short summary of which is to integrate, build and test the code on every change.



Sonar is a "code quality management tool". The main focus is on code analysis.

By the way, as a side note that they play different roles in development, there is a Jenkins plugin to integrate with Sonar. See Discussion here: Why use the sonar plugin for Jenkins and not just use the maven: sonar: sonar command?

+24


source







All Articles