From dac39fb5bd207f938181e2b4f0e4b5b0cd502fd5 Mon Sep 17 00:00:00 2001 From: Sanjeev435 Date: Sun, 16 Dec 2018 15:58:43 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9e25ba02b..f5a2c4d99 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,6 +5,6 @@ myDeliveryPipeline(properties([ string(name: 'BRANCH', defaultValue: 'master', description: 'Branch to build'), choice(name: 'RUN_TEST', choices: ['yes', 'no'], description: 'Run test while build'), booleanParam(name: 'MAIL_TRIGGER', defaultValue: true, description: 'mail to be triggred'), - string(name: 'EMAIL', defaultValue: 'mrcool435@gmail.com', description: 'Mail to be notified'), + string(name: 'EMAIL', defaultValue: 'mrcool435@gmail.com', description: 'Mail to be notified') ]) ]))