Update Jenkinsfile

This commit is contained in:
Shweta217 2018-12-24 19:14:05 +05:30 committed by GitHub
parent 799bb8e7a0
commit df0fdc8514
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
Jenkinsfile vendored
View file

@ -1,6 +1,3 @@
@Library('my-pipeline-library') _
myDeliveryPipeline(
properties ([ properties ([
parameters([ parameters([
string(name: 'BRANCH', defaultValue: 'master', description: 'Branch to build'), string(name: 'BRANCH', defaultValue: 'master', description: 'Branch to build'),
@ -10,4 +7,8 @@ myDeliveryPipeline(
]) ])
]) ])
)
@Library('my-pipeline-library') _
myDeliveryPipeline('BRANCH':${params.BRANCH}, 'RUN_TEST':{params.RUN_TEST}, 'MAIL_TRIGGER':{params.MAIL_TRIGGER}, 'EMAIL':{params.EMAIL})