From 3eaae488aae5ddec0186b6edb0594d25e72501cd Mon Sep 17 00:00:00 2001 From: LandmarkTechnology <70292434+legah2045@users.noreply.github.com> Date: Thu, 22 Jun 2023 20:13:45 -0400 Subject: [PATCH] Update Jenkinsfile-July2023 --- Jenkinsfile-July2023 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile-July2023 b/Jenkinsfile-July2023 index a830318add..d68014220f 100644 --- a/Jenkinsfile-July2023 +++ b/Jenkinsfile-July2023 @@ -13,6 +13,7 @@ node{ stage('4UploadArtifacts'){ sh "${mavenHome}/bin/mvn deploy" } +*/ stage('5Deploy'){ deploy adapters: [tomcat9(credentialsId: 'tomcat-credentials', path: '', url: 'http://54.166.85.32:8177/')], contextPath: null, war: 'target/*war' } @@ -21,5 +22,5 @@ node{ Build status Landmark Technologies''', recipientProviders: [developers(), contributor()], subject: 'build status', to: 'developers' } - */ + }