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' } } diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 9f88c1f..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" > - Archetype Created Web Application + Akshay Hello diff --git a/validation1 b/validation1 new file mode 100644 index 0000000..b96128a --- /dev/null +++ b/validation1 @@ -0,0 +1 @@ +validate deploy the chnages