Update Jenkinsfile

This commit is contained in:
Sanjeev435 2018-12-16 15:58:43 +05:30 committed by GitHub
parent 4c48f49d2f
commit dac39fb5bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -5,6 +5,6 @@ myDeliveryPipeline(properties([
string(name: 'BRANCH', defaultValue: 'master', description: 'Branch to build'), string(name: 'BRANCH', defaultValue: 'master', description: 'Branch to build'),
choice(name: 'RUN_TEST', choices: ['yes', 'no'], description: 'Run test while build'), choice(name: 'RUN_TEST', choices: ['yes', 'no'], description: 'Run test while build'),
booleanParam(name: 'MAIL_TRIGGER', defaultValue: true, description: 'mail to be triggred'), 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')
]) ])
])) ]))