Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ WORKDIR /root/.jenkins/workspace/
ADD git_jenkins_test/target/javaone.war /usr/local/tomcat/webapps/

EXPOSE 8081:8080

CMD ["catalina.sh", "run"]
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# devopsdemo
Sample DevOps Project by opensourcetechy
Testing auto build trigger
Testing on 240619
=======
<h1><b>Project Objective:</h1></b>
<p>To explain a newcomer of DevOps with a working model of different stages involved in software development/integration/delivery/deployment/testing process using DevOps methodologies.
Expand Down
1 change: 1 addition & 0 deletions src/main/java/org/web/javaone/SimpleServlet.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

/**
* Servlet implementation class SimpleServlet - 10Jun2019 - 09:45:00 AM
* Adding changes on 08072019
*/
@WebServlet("/hello")
public class SimpleServlet extends HttpServlet {
Expand Down