From 9d00cc2328b50381dc5085149eddbaa032ae6881 Mon Sep 17 00:00:00 2001 From: maheshbabu9820 <89741621+maheshbabu9820@users.noreply.github.com> Date: Tue, 9 Nov 2021 04:01:56 +0530 Subject: [PATCH 1/3] Update index.jsp --- src/main/webapp/WEB-INF/views/jsp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/views/jsp/index.jsp b/src/main/webapp/WEB-INF/views/jsp/index.jsp index 69673034..17ce9e2a 100755 --- a/src/main/webapp/WEB-INF/views/jsp/index.jsp +++ b/src/main/webapp/WEB-INF/views/jsp/index.jsp @@ -40,7 +40,7 @@
-

Welcome To Mithun Technologies, Marathahalli, Banglore.

+

Welcome To Mithun Technologies, Marathahalli, Banglore.,awasam building

Contact @ +91-8296242028 ,+91-9980923226

From 693b51b97dffc243af6f188ef7e5437a08790594 Mon Sep 17 00:00:00 2001 From: PrasenjitM9 Date: Sun, 28 Nov 2021 11:20:44 +0530 Subject: [PATCH 2/3] just change the github url from mithun tech to mahesh babu --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 286b31a2..83b6f180 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ node{ stage('SCM Checkout'){ - git url: 'https://github.com/MithunTechnologiesDevOps/java-web-app-docker.git',branch: 'master' + git url: 'https://github.com/maheshbabu9820/java-web-app-docker.git',branch: 'master' } stage(" Maven Clean Package"){ From 54fd737bfcbda2dac992d12e283608eced591e60 Mon Sep 17 00:00:00 2001 From: PrasenjitM9 Date: Sun, 28 Nov 2021 11:38:48 +0530 Subject: [PATCH 3/3] changes master to dev branch in jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 83b6f180..f436fd4e 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ node{ stage('SCM Checkout'){ - git url: 'https://github.com/maheshbabu9820/java-web-app-docker.git',branch: 'master' + git url: 'https://github.com/maheshbabu9820/java-web-app-docker.git',branch: 'dev' } stage(" Maven Clean Package"){