How to pass parameters dynamically to Jenkins integration using Pega Deployment Manager?
In order to execute Jenkins job, we are planing to include Jenkins step into the Pega Deployment Manager pipeline. As per configuration we can pass comma separated parameters to Jenkins jobs through pipeline in below format.
"Param1=val1, Param2=val2"
The question is, how to derive and pass parameters values (ex: val1, val2) dynamically during pipeline execution, since values will be be different for each execution ?