diff --git a/Jenkinsfile b/Jenkinsfile index 286b31a2..f436fd4e 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: 'dev' } stage(" Maven Clean Package"){ 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 @@