From 4608ae5c82398ab027c9eb04db9d01bdbf8ccf33 Mon Sep 17 00:00:00 2001 From: NarraRajeshMphasis Date: Fri, 21 Mar 2025 16:57:40 -0500 Subject: [PATCH] Update Jenkinsfile Tomcat code updated --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } }