From 0c570340929ba5a938c55366836abf63d0894534 Mon Sep 17 00:00:00 2001 From: KVKR31 Date: Thu, 3 Aug 2023 17:45:16 +0530 Subject: [PATCH] replace --- Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 29d7f8dae..a1921bbf2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,13 +31,13 @@ pipeline { } post { success { - mail subject: 'your project is effective' - body: 'your project is effective' + mail subject: 'your project is effective', + body: 'your project is effective', to: 'vinod@gmail.com' } failure { - mail subject: 'your project is failure' - body: 'your project is defective' + mail subject: 'your project is failure', + body: 'your project is defective', to: 'vinod@gmail.com' } }