DevOps, Drupal

How to setup SonarQube

What is SonarQube? SonarQube is the code inspection tool that analyses and covers the code and generates reports for the areas that need to be improved to keep the code as clean as possible. Some of the advantages of it's usage includes: Catch tricky bugs to prevent undefined behaviour from impacting end-users Fix...

by Rahul Kumar Khandelwal
Tag: sonarqube
22-Feb-2022

AWS, DevOps

Continuous Delivery Best Practices

Continuous Delivery is the methodology or a software strategy where code changes are automatically built, tested, and prepared for a release to production. Continuous Delivery makes the code deployment possible at any time by a single click. Continuous Delivery takes care of the testing process before each deployment in any environment....

by Shivam Agrawal
Tag: sonarqube
22-Dec-2016

DevOps, Technology

Integrating SonarQube with Jenkins

Recently, we got a requirement where Grails Development team needs to have a one-click interface to run units test cases for their Grails application and send the results to SonarQube. SonarQube is a web-based application which is used for centralized management of code quality. We decided to integrate it with Jenkins to provide...

by Navjot Singh
Tag: sonarqube
28-Sep-2016