Skip to content

Commit 441a79a

Browse files
authored
Update Jenkinsfile_tesla
1 parent 3baa3ac commit 441a79a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile_tesla

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ node{
2828
}
2929
}
3030
stage('7deploy2Prod'){
31+
sh "sleep 50"
3132
deploy adapters: [tomcat8(credentialsId: 'tomcat-credentials', path: '', url: 'http://35.170.249.131:8080/')], contextPath: null, war: 'target/*war'
3233
}
3334
stage('8emailNotification'){

0 commit comments

Comments
 (0)