From a9e5cb5e38915950acfc025324aab79c84438544 Mon Sep 17 00:00:00 2001 From: pavibn07 Date: Wed, 12 Mar 2025 23:15:39 +0530 Subject: [PATCH 1/6] Update web.xml comitting changes --- src/main/webapp/WEB-INF/web.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 9f88c1f..b6a3281 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -3,5 +3,5 @@ "http://java.sun.com/dtd/web-app_2_3.dtd" > - Archetype Created Web Application + HIIIIIIIIIIII HELOOOOOOOOOO From f30335297e75340bde38e1e57c7515166042104e Mon Sep 17 00:00:00 2001 From: pavibn07 Date: Mon, 17 Mar 2025 20:41:45 +0530 Subject: [PATCH 2/6] Create validation1 --- validation1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 validation1 diff --git a/validation1 b/validation1 new file mode 100644 index 0000000..f75e132 --- /dev/null +++ b/validation1 @@ -0,0 +1 @@ +deploy the chnages From c65beaaf600ae37b5a64a945e4f75947cb3bfc6c Mon Sep 17 00:00:00 2001 From: pavibn07 Date: Mon, 17 Mar 2025 20:47:30 +0530 Subject: [PATCH 3/6] Update web.xml --- src/main/webapp/WEB-INF/web.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index b6a3281..0b8d98e 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -3,5 +3,5 @@ "http://java.sun.com/dtd/web-app_2_3.dtd" > - HIIIIIIIIIIII HELOOOOOOOOOO + Akshay HELOOOOOOOOOO From 51b8e64453cc739089024f50c623fdcfb5b2598c Mon Sep 17 00:00:00 2001 From: pavibn07 Date: Mon, 17 Mar 2025 20:53:26 +0530 Subject: [PATCH 4/6] Update web.xml --- src/main/webapp/WEB-INF/web.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 0b8d98e..d1da342 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -3,5 +3,5 @@ "http://java.sun.com/dtd/web-app_2_3.dtd" > - Akshay HELOOOOOOOOOO + Akshay Hello From b056c0b5c80e61aa7b167e5059cc000a2693e65c Mon Sep 17 00:00:00 2001 From: pavibn07 Date: Sat, 7 Feb 2026 21:43:45 +0530 Subject: [PATCH 5/6] Update validation1 --- validation1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validation1 b/validation1 index f75e132..b96128a 100644 --- a/validation1 +++ b/validation1 @@ -1 +1 @@ -deploy the chnages +validate deploy the chnages From 70f6f84b2a13ead2a071bd3aa6ecc01120c91422 Mon Sep 17 00:00:00 2001 From: pavibn07 Date: Wed, 18 Feb 2026 21:25:07 +0530 Subject: [PATCH 6/6] Update Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6632122..f635d5d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { stage('CLONE GITHUB CODE') { steps { echo 'In this stage code will be clone' - git branch: 'main', url: 'https://github.com/devopstraininghub/mindcircuit15d.git' + git branch: 'main', url: 'https://github.com/pavibn07/Pavi_mindcircuit15d.git' } } @@ -22,7 +22,7 @@ pipeline { stage('DEPLOY') { steps { echo 'In this stage .war artiface will be deployed on to tomcat ' - deploy adapters: [tomcat9(credentialsId: 'tomcat', path: '', url: 'http://54.91.227.106:8081/')], contextPath: 'devops-app', war: '**/*.war' + deploy adapters: [tomcat9(credentialsId: 'tomcat', path: '', url: 'http://15.206.88.78:8080/')], contextPath: 'devops-app', war: '**/*.war' } }