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') ]) ]))