Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/woodiny/pet-clinic
CI/CD Petclinic Application
https://github.com/woodiny/pet-clinic
docker jenkins
Last synced: 22 days ago
JSON representation
CI/CD Petclinic Application
- Host: GitHub
- URL: https://github.com/woodiny/pet-clinic
- Owner: woodiny
- Created: 2024-10-17T06:24:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T02:52:16.000Z (3 months ago)
- Last Synced: 2024-11-01T23:07:57.940Z (2 months ago)
- Topics: docker, jenkins
- Language: Shell
- Homepage: https://medium.com/cloud-native-daily/10-stages-real-world-ci-cd-devsecops-pipeline-for-deployment-of-petclinic-application-f95431bf940
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pet-clinic
## Environment
### Azure VM info
- OS : Linux (ubuntu 24.04)
- Size : Standard B2ms(2개 vcpu, 8GiB 메모리)### VM setup scripts
- [cloud-init.sh](/infra/cloud-init.sh)
- [docker-init.sh](/infra/docker-init.sh)### Jenkins plugins
- JDK
- Sonarqube Scanner
- Maven
- OWASP Dependency Check
- Eclipse Temurin Installer
- Docker
- Docker Commons
- Docker Pipeline
- Docker API
- docker-build-step## Result
![](/img/jenkins-pipeline.png)
![](/img/sonarqube.png)