diff --git a/Jenkinsfile b/Jenkinsfile index bec5ac98d..3ae7d83fb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,10 +1,10 @@ @Library('my-pipeline-library')_ -myDeliveryPipeline(properties([ +myDeliveryPipeline( parameters([ 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') - ]) + ]))