Skip to content

Commit 20f5338

Browse files
authored
Update README.md
1 parent 646ac76 commit 20f5338

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,31 @@
11
# java-springboot-sonarqube
22
Sample 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+
---

0 commit comments

Comments
 (0)