diff --git a/Jenkinsfile b/Jenkinsfile index 6632122..626ba12 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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://44.222.151.217:8080/')], contextPath: 'WEB', war: '**/*.war' } }