- Tomcat Server up and running.
- Jenkins Server up and running.
- Jenkins Integration with Slack Notification.
- A Java Project.
- Tomcat Setup https://github.com/sampathshivakumar/Installations/blob/main/Tomcat%20Installation%20on%20Amazon-Linux-2.md
- Jenkins Setup https://github.com/sampathshivakumar/Installations/blob/main/Jenkins%20Installation%20on%20Amazon-Linux-2.md
- Jenkins Integration with Slack Notification https://github.com/sampathshivakumar/Integrating-Jenkins-with-Slack-Notifications
- Java Project https://github.com/sampathshivakumar/Java-Web-Apps.git
# Become a root
sudo su -
# Install git.
yum install git -y
# Check Version of git.
git version
We have Successfully integrated Git with Jenkins.
In Maven installations click Add Maven and give name and select Install automatically then Appy and Save.
Maven is also Successfully integrated with Jenkins.
You can check it in tomcat-user.xml
In Post-build Actions click Add Post-build Actions and Select Slack Notification and select following and click apply and save.
Thank you for reading this post! I hope you found it helpful. If you have any feedback or questions,Please connect with me on LinkedIn at https://www.linkedin.com/in/sampathsivakumar-boddeti-1666b810b/. Your feedback is valuable to me. Thank you!