Skip to content

Commit

Permalink
Update Jenkinsfile_tesla
Browse files Browse the repository at this point in the history
  • Loading branch information
legah2045 authored Sep 20, 2022
1 parent 3baa3ac commit 441a79a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile_tesla
Original file line number Diff line number Diff line change
Expand Up @@ -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'){
Expand Down

0 comments on commit 441a79a

Please sign in to comment.