From 4b1f6b2edd97b42a2d57e62d751ee7904c92c07f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daphn=C3=A9=20Augier?= Date: Sat, 11 Apr 2020 19:11:37 +0200 Subject: [PATCH] update reciptient emall --- Jenkinsfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 53cd089c6..97566aa84 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,5 @@ #!/usr/bin/env groovy + pipeline { agent any stages { @@ -24,18 +25,16 @@ pipeline { } steps { echo "DEPLOY!" - // sh './mvnw deploy' } } } post { always { echo 'One way or another, I have finished' - /* deleteDir() /* clean up our workspace */ } success { echo 'I succeeeded!' - mail to: 'm.augier@me.com', + mail to: 'daphne.augier@gmail.com', subject: "Successful Pipeline: ${currentBuild.fullDisplayName}", body: "Eveythink OK with ${env.BUILD_URL}\n" }