From 441a79a8cb430bf069a9e14a3c5910db49dfeb01 Mon Sep 17 00:00:00 2001 From: LandmarkTechnology <70292434+legah2045@users.noreply.github.com> Date: Mon, 19 Sep 2022 21:35:20 -0400 Subject: [PATCH] Update Jenkinsfile_tesla --- Jenkinsfile_tesla | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile_tesla b/Jenkinsfile_tesla index a7a9429177..07e14149b7 100644 --- a/Jenkinsfile_tesla +++ b/Jenkinsfile_tesla @@ -28,6 +28,7 @@ node{ } } stage('7deploy2Prod'){ + sh "sleep 50" deploy adapters: [tomcat8(credentialsId: 'tomcat-credentials', path: '', url: 'http://35.170.249.131:8080/')], contextPath: null, war: 'target/*war' } stage('8emailNotification'){