Ok maybe I found a workaround for this The Post method with Json does not work with the SVN Tag parameters (I could not find a solution not any issue opened on this)
The solution seems to be using a different url to submit the build : http://ci.mydomain/job/pmyjob/*buildWithParameters *and submit both name and goal as normal parameters, no json. This seems to work fine with both GET or POST methods, even using basic login/pass or login/token authentication On Thursday, June 28, 2012 11:34:29 AM UTC+2, Michele Sacchetti wrote: > > a small add-on, the problem seems to be related to the fact that the field > is of type "List Subversion type" instead of a simple string. > > POST is working fine if i switch type to string , maybe I have to specify > other values other then simple name/value ? >