File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 11# java-springboot-sonarqube
22Sample Java Springboot Project to Demonstrate Declarative CI/CD Pipeline in Jenkins with SonarQube Quality Gates
3+
4+
5+ ` Learning Resources for DevOps, SRE, Cloud & Engineering Management `
6+
7+ [ ![ BINPIPE] ( https://img.shields.io/badge/BINPIPE-YouTube-red )] ( https://www.youtube.com/channel/UCPTgt4Wo0MAnuzNEEZlk90A )
8+ [ ![ Learn DevOps!] ( https://img.shields.io/badge/BINPIPE-Learn--DevOps-orange )] ( https://github.com/BINPIPE/resources/blob/master/devops-lesson-plans.md )
9+ [ ![ BINPIPE] ( https://img.shields.io/badge/Live--Classroom-blue )] ( https://forms.gle/tDJxDyj2nJyfsgsk7 )
10+ ---
11+
12+ ** Prerequisites**
13+ ```
14+ -Install the below in Jenkins Server:
15+ sudo apt install default-jdk
16+ sudo apt install maven
17+
18+ -Run Sonarqube as Docker Container:
19+ docker run -d --name sonarqube -p 9000:9000 -p 9092:9092 sonarqube
20+
21+ //Default credentials for SonarQube dashboard- admin/admin
22+ ```
23+ Follow the video for configuring the declarative pipeline with SonarQube Integration & Analysis.
24+
25+
26+ ` Learning Resources for DevOps, SRE, Cloud & Engineering Management `
27+
28+ [ ![ BINPIPE] ( https://img.shields.io/badge/BINPIPE-YouTube-red )] ( https://www.youtube.com/channel/UCPTgt4Wo0MAnuzNEEZlk90A )
29+ [ ![ Learn DevOps!] ( https://img.shields.io/badge/BINPIPE-Learn--DevOps-orange )] ( https://github.com/BINPIPE/resources/blob/master/devops-lesson-plans.md )
30+ [ ![ BINPIPE] ( https://img.shields.io/badge/Live--Classroom-blue )] ( https://forms.gle/tDJxDyj2nJyfsgsk7 )
31+ ---
You can’t perform that action at this time.
0 commit comments