diff --git a/Jenkinsfile_tesla b/Jenkinsfile_tesla index a7a9429177..07e14149b7 100644 --- a/Jenkinsfile_tesla +++ b/Jenkinsfile_tesla @@ -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'){