E610 Update deployment adapter from tomcat8 to tomcat9 by GopikaRani1045 · Pull Request #21 · ranjit4github/devOpsWeb · GitHub
[go: up one dir, main page]

Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ stages{
stage ('Deployments'){
steps {
echo "Deploying the Artifact"
deploy adapters: [tomcat8(credentialsId: 'tomcatcred', path: '', url: 'http://13.234.120.154:8080/')], contextPath: null, war: '**/*.war'
deploy adapters: [tomcat9(alternativeDeploymentContext: '', credentialsId: 'tomcatcred', path: '', url: 'http://54.219.144.29:8080/')], contextPath: null, war: '**/*.war'
}
}
}
Expand Down
0