From 6d9dc7df8e47df424924ad6c75b20547cdc49326 Mon Sep 17 00:00:00 2001 From: Sanjeev435 Date: Sun, 16 Dec 2018 14:17:10 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a86ad6b1c..6334d584b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,8 @@ myDeliveryPipeline(properties([ parameters([ - string(name: 'BRANCH', defaultValue: 'master', description: 'Branch to build') - choice(name: 'RUN_TEST', choices: ['yes', 'no'], description: 'Run test while build') + string(name: 'BRANCH', defaultValue: 'master', description: 'Branch to build'), + choice(name: 'RUN_TEST', choices: ['yes', 'no'], description: 'Run test while build'), + booleanParam(defaultValue: true, description: 'MAIL_TRIGGER', name: 'mail to be triggred') ]) ]))