This works
steps.build "Job Name"
This doesn't work
steps.build "Job Name -p ParamKey1=ParamValue1 -p ParamKey2=ParamValue2"
I also tried this but no luck
steps.build "Job Name", parameters:[string(name: "Key1", value:"Value1")]
Any help would be appreciated.