Pega PDM 5.2 how to add parameters for Run Jenkins task?

Hi:

In PDM 5.2, for “Run Jenkins task”, I only see one text field to input parameters. But how can I input multiple parameters into one text field? What is the syntax to combine multiple parameters?

I see one article saying "To add parameters that you can use in Run Jenkins step tasks in the pipeline, click Add parameter, select String parameter, and enter the string of the parameter. "

But where is that “Add parameter”? I don’t see it in UI?

Could somebody help me?

Thanks a lot!

Ying

Any help?

@yingq689

To input multiple parameters into the Jenkins task parameter field on PDM the syntax is as follows:

“param_1=value1&&param_2=value2&&param_3=value3”

Include the quotes when adding the params to the parameter field.

@LukeDoyle Thanks a lot!