Skip to content

Commit

Permalink
Update Jenkinsfile-July2023
Browse files Browse the repository at this point in the history
  • Loading branch information
legah2045 authored Jun 23, 2023
1 parent 3eaae48 commit 907a1de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile-July2023
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +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'
}
Expand All @@ -22,5 +22,5 @@ node{
Build status
Landmark Technologies''', recipientProviders: [developers(), contributor()], subject: 'build status', to: 'developers'
}

*/
}

0 comments on commit 907a1de

Please sign in to comment.