HashMap<String, String> parms = new HashMap<String, String>();
// QUOTE,SERVICING,SUBMISSION,WORKITEM,RENEWAL
parms.put("databaseName", "WORKITEM,SUBMISSION");
but the parameter values didint pass to server its empty
But when pass one param value , its working and able to see the paramvalue in the jenkins , can you help on this
parms.put("databaseName", "WORKITEM");