param value with comma(,) is not passing properly

4 views
Skip to first unread message

shandanakumar K

unread,
Dec 17, 2023, 11:30:01 AM12/17/23
to java-client-api
Hi Team , 

I have job create in jenkins  to build the  code and deploy to  server , the parameter supposed to be as below and I have triggered the job through java code , the job is success full 

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");



Reply all
Reply to author
Forward
0 new messages