From 617a4376d3881cef926d3560c4d2db170bc8cfea Mon Sep 17 00:00:00 2001 From: pvsriram99 <84578341+pvsriram99@users.noreply.github.com> Date: Tue, 13 Jul 2021 15:50:50 +0530 Subject: [PATCH 1/2] Create Jenkinsfile.yml --- Jenkinsfile.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Jenkinsfile.yml diff --git a/Jenkinsfile.yml b/Jenkinsfile.yml new file mode 100644 index 00000000..771149a4 --- /dev/null +++ b/Jenkinsfile.yml @@ -0,0 +1,21 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: tomcat-deployment1 + labels: + app: tomcat +spec: + replicas: 3 + selector: + matchLabels: + app: tomcat + template: + metadata: + labels: + app: tomcat + spec: + containers: + - name: tomcat + image: 9966911254/java-web-app + ports: + - containerPort: 8080 From 05de7768a7309aab5d0f2d69be902e1d1f9591df Mon Sep 17 00:00:00 2001 From: pvsriram99 <84578341+pvsriram99@users.noreply.github.com> Date: Mon, 11 Apr 2022 15:50:59 +0530 Subject: [PATCH 2/2] Update index.jsp --- src/main/webapp/WEB-INF/views/jsp/index.jsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/jsp/index.jsp b/src/main/webapp/WEB-INF/views/jsp/index.jsp index 69673034..671e9ff9 100755 --- a/src/main/webapp/WEB-INF/views/jsp/index.jsp +++ b/src/main/webapp/WEB-INF/views/jsp/index.jsp @@ -21,7 +21,7 @@
-

${title}

+

Hai

Hello ${msg} @@ -40,8 +40,8 @@

-

Welcome To Mithun Technologies, Marathahalli, Banglore.

-

Contact @ +91-8296242028 ,+91-9980923226

+

Welcome Sriram panchaparvala

+

Yay!! You made it