Skip to content

Commit fa4091c

Browse files
Update JenkinsFileCohort10
1 parent f933c38 commit fa4091c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JenkinsFileCohort10

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pipeline{
3939
stage('Tomcat'){
4040
steps {
4141
echo 'Pushing to Tomcat'
42-
deploy adapters: [tomcat9(credentialsId: 'Tomcat_cred', path: '', url: 'http://54.88.226.212/:8080/')], contextPath: web2, onFailure: false, war: 'target/*war'
42+
deploy adapters: [tomcat9(credentialsId: 'Tomcat_cred', path: '', url: 'http://54.88.226.212:8080/')], contextPath: 'webapp2', onFailure: false, war: 'target/*war'
4343
echo 'Done'
4444
}
4545
}

0 commit comments

Comments
 (0)