How To Integrate SonarQube With Jenkins

This post intends to guide users on integrating SonarQube with Jenkins. What is SonarQube SonarQube is a very popular code quality management tool used widely for static code analysis to identify code smells, possible bugs, and performance enhancements. SonarQube supports many popular programming languages like Java, JavaScript, C#, Python, Kotlin, Scala etc. It also provides … Read more

Jenkins Pipeline Tutorial: How to Create Jenkins Pipeline

The Jenkins Pipeline is a collection of procedures required for consistently creating and evaluating applications. It is intended to move the product from version control to a user-facing release by expanding continuous delivery practice capabilities. Types of Jenkins Pipeline Jenkins supports 2 types of pipelines. 1)Declarative: Declarative pipeline provided limited pre-defined syntax and its relatively … Read more

How To Use Jenkins With Maven & Schedule Jenkins Periodic Build

In this article, we will learn about the Jenkins tool, its Architecture and its advantages. We will also see how to use Jenkins with Maven build tool. What Is Jenkins? Jenkins is an open-source automation tool that helps to automate the software development process – building, testing, and deployment to production or different servers. It … Read more