From 5bc7a87057a082b6261a44060e92c881b15da2a6 Mon Sep 17 00:00:00 2001 From: Lavo Date: Wed, 15 Apr 2020 22:07:51 -0400 Subject: [PATCH] fix2 --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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