diff --git a/Jenkinsfile b/Jenkinsfile index dad000fea..ec4981564 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ - properties ([ +print( properties ([ properties ([) properties ([ parameters([ string(name: 'BRANCH', defaultValue: 'master', description: 'Branch to build'), choice(name: 'RUN_TEST', choices: ['yes', 'no'], description: 'Run test while build'), @@ -8,7 +8,8 @@ ]) ]) - +print(params.BRANCH) + print({params.BRANCH}) @Library('my-pipeline-library') _ myDeliveryPipeline('BRANCH':{params.BRANCH}, 'RUN_TEST':{params.RUN_TEST}, 'MAIL_TRIGGER':{params.MAIL_TRIGGER}, 'EMAIL':{params.EMAIL})