From 62ce22f86355efa0dd95ab074cf4e8f7a5f16f09 Mon Sep 17 00:00:00 2001 From: Deepak Date: Sun, 29 Jan 2023 08:45:11 +0530 Subject: [PATCH 1/6] updated index --- src/main/webapp/index.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 2421f5c..89a5e3f 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -4,6 +4,7 @@

Jenkins Successfully Deloyed War file in Tomcat 8!

We are Deploying Web App in a apache tomcat container version 8!!

+

We know how to use deploy to container plugin

From 934bae177290b2ebd061ed3bae43b9fd5e91069c Mon Sep 17 00:00:00 2001 From: Deepak Date: Sat, 4 Feb 2023 10:04:26 +0530 Subject: [PATCH 2/6] job name change --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ef39b17..32b78c9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,7 +30,7 @@ stage("Deploy to staging") { sh "docker stop \$(docker ps -qa)" sh "docker rm \$(docker ps -qa)" - sh "docker run -d -it -v /var/lib/jenkins/workspace/docker-tomcat-example/target/:/usr/local/tomcat/webapps/ -p 8091:8080 --name Testtomcat deepak_tomcat" + sh "docker run -d -it -v /var/lib/jenkins/workspace/Ethans-docker-tomcat-example/target/:/usr/local/tomcat/webapps/ -p 8091:8080 --name Testtomcat deepak_tomcat" } } From 5fb12b868a77599cc770fb617d4d798353cc685f Mon Sep 17 00:00:00 2001 From: Deepak Date: Sat, 18 Feb 2023 16:40:23 +0530 Subject: [PATCH 3/6] made changes to jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 89a5e3f..6eba2c5 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,6 +1,6 @@ -

Ethans!! APP!

+

Ethans!! APP! by Batch 607

Jenkins Successfully Deloyed War file in Tomcat 8!

We are Deploying Web App in a apache tomcat container version 8!!

From 2816901e7b4c346b5f2c93f307535e443af30bfc Mon Sep 17 00:00:00 2001 From: kalyani-shah <122886644+kalyani-shah@users.noreply.github.com> Date: Mon, 27 Feb 2023 18:37:14 +0530 Subject: [PATCH 4/6] reporting removed and final name modified --- pom.xml | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index 1e6ca61..35a9d79 100644 --- a/pom.xml +++ b/pom.xml @@ -2,23 +2,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 com.jenkins.demo - JenkinsWar1 + MyWebApp war 0.0.4-SNAPSHOT JenkinsWar Maven Webapp http://maven.apache.org - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 3.0.0 - - file:///C/Users/Nivaan/jenkins/workspace/TomcatDeployment/checkstyle.xml - - - - + junit @@ -28,6 +17,6 @@ - JenkinsWar + MyWebApp From 97b0ccc42c4a03ac8d0f9875882b2e2dc1a95025 Mon Sep 17 00:00:00 2001 From: kalyani-shah <122886644+kalyani-shah@users.noreply.github.com> Date: Thu, 2 Mar 2023 11:34:57 +0530 Subject: [PATCH 5/6] changed and added header --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 6eba2c5..1f7a8ed 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -4,7 +4,7 @@

Jenkins Successfully Deloyed War file in Tomcat 8!

We are Deploying Web App in a apache tomcat container version 8!!

-

We know how to use deploy to container plugin

+

We know how deploy to container plugin works

From 339f3cdbbe15f84364cc0cd56ef8c4a2301f3831 Mon Sep 17 00:00:00 2001 From: kalyani-shah <122886644+kalyani-shah@users.noreply.github.com> Date: Fri, 3 Mar 2023 12:52:19 +0530 Subject: [PATCH 6/6] edited batch --- src/main/webapp/index.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 1f7a8ed..b216b21 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,7 +1,7 @@ -

Ethans!! APP! by Batch 607

-

Jenkins Successfully Deloyed War file in Tomcat 8!

+

Ethans!! APP! by Batch 588

+

Jenkins Successfully Deloyed War file in Tomcat 8

We are Deploying Web App in a apache tomcat container version 8!!

We know how deploy to container plugin works