How To Create A Pipeline Using Jenkins and GitLab

[ UPDATE : There is an error on loading of images in every post. I am working to resolve this as soon as possible. Screenshots were mere snap of windows so you can still follow the steps written in text and do the work!] Hello, in this post I will show how to create a CI pipeline using Jenkins, SonarQube and GitLab. Before proceeding, make sure you have basic knowledge of commands in Git and Git Bash. If you have any doubt or query please comment it below so that others having same question can benefit from it. Some common URL for following applications: - Jenkins : localhost:8080 - SonarQube ( version sonarqube-9.2.4.50792 ): localhost:9000 How to open SonarQube on your local machine: 1. Go into the folder where your SonarQube installation is located. From here go to: \bin\windows-x86-64. 2. In address bar above in the file explorer, clear out the rest of the text and type cmd so that it opens a Command Prompt terminal in that directory. 3. In the Command Prompt, ty...