diff --git a/Jenkinsfile b/Jenkinsfile index a0a8e791c..a1677a806 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,10 +26,9 @@ pipeline { } stage('Deploy') { steps { - sh 'mvn deploy' + echo 'Deploying' } } - } post { success { mail to: 'sean.how0@gmail.com', @@ -42,4 +41,5 @@ pipeline { body: "Something is wrong with ${env.BUILD_URL}" } } + } } \ No newline at end of file