| If you must have multiple parameters into a single Jenkins parameter 'Frontend_Merge' you can have an AC REF parameter that returns a json structure and then parse it in your build. So the 'Frontend_Merge' would return a value something like:
{
"ffchef_backend":[
"branch1",
"branch2"
],
"ffchef_frontend":[
"branch3",
"branch4"
]
}
Nonetheless, I would still recommend having a separate AC Ref for 'ffchef_backend' and another for ffchef_frontend' |