Designed and implemented a complete CI/CD pipeline using Jenkins for a Java application. The pipeline automatically retrieves the source code from GitHub, builds the project using Maven, executes automated tests, and generates the application artifact.
The project demonstrates DevOps best practices by automating the software build process, improving development efficiency, ensuring code quality, and enabling consistent and reliable software delivery using Pipeline as Code.
Technologies: Jenkins, Java, Maven, Git, GitHub, CI/CD.