Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 383 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 383 Bytes

Simple Spring Boot Maven Project developed in Jenkins Declarative Pipeline

DevOps Tools Used

Pipeline CI/CD - GitHub, Maven, Jenkins, Artifactory, SonarQube, Docker, Ansible, Tomcat

Access to the tomcat after successfully deploying:

Ex: http://awsip:8050/helloworld/hello

Note: Tomcat was made to access in the port 8050. It was changed in the Dockerfile's RUN command.