Question

How to set and get pipeline runtime configuration parameter value

  • 29 February 2024
  • 3 replies
  • 21 views

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?   


3 replies

Userlevel 5
Badge +1

@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?  

Userlevel 5
Badge +1

@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