Skip to main content

Hi Team,

We have some pipelines, which has some configuration like below, How can I get the exact plain test value for these parameter property value? Also how and where can I set these kind of values?   

@Dolphin 

You can set the parameter value in job , which will help you in your case.

Please create a job and pass the run time parameter in the job itself.

 

Thanks & Regards

Bikram_


@Bikram thanks for the information about set the parameters, however for the existing setting parameters, where or how I can get the values of them?  


@Dolphin 

 

In the provided snapshots, I define a parameter within the pipeline, and subsequently, its values are accessed in my processor by employing the syntax $parametername.

 


Reply