| How to create shortcutlinks for matrix combination parameters through jenkins job dsl Hi Team, I have created a matrix job in jenkins which has matrix comibination parameters through jenkins job DSL. But unable to create custom shortcutlinks for my job. For the below configuration: ---------------------------- parameters { matrixCombinationsParam('Configure Parameters',"",'Choose the Activity') } But i want to create the custom shortcutlinks with following items. All None DEV QA BETA But it is creating the default shortcutlinks as shown below SUCCESS FAILED All None |