https://github.com/sakibvhossain/jenkins_practice
CI CD Pipeline for Spring boot project
https://github.com/sakibvhossain/jenkins_practice
ci cicdpipeline git java jenkins springboot
Last synced: 4 months ago
JSON representation
CI CD Pipeline for Spring boot project
- Host: GitHub
- URL: https://github.com/sakibvhossain/jenkins_practice
- Owner: SakibvHossain
- Created: 2024-03-22T08:40:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-22T17:08:16.000Z (about 1 year ago)
- Last Synced: 2025-01-13T07:12:13.367Z (5 months ago)
- Topics: ci, cicdpipeline, git, java, jenkins, springboot
- Language: Java
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Jenkins project view
### Project builds
### Email after each build
For enabling this follow the steps:
1. Manage `jenkins` > `System` then scroll down find **E-mail Notification**
2. On **SMTP server:** `smtp.gmail.com`
3. **Default user e-mail suffix:** `@gmail.com`
4. Click on Advanced. On **Click** on **Use SMTP Authentication** then provide username(email) & password(use app password other may fail)
5. Click on **SSL**
6. On **SMTP Port:** `465` this the port for gmail
7. In **Reply-To Address** you can use another gmail on which reply will come
8. Test it check if its working fine -> **Test configuration by sending test e-mail**
When your done then if your build failed. You'll get message like this:
### CI / CD Pipeline
Created 3 Jobs
### CI / CD Pipeline working perfectly
### CI / CD Pipeline with error
If any job occurs error then the pipeline will stop there won't move forward:
