Re: How to access value of a parameter using remote api

2012-10-31 Thread lvotypko
Yes it is possible

you can find it on path /job/name of job/config.xml

the part of xml with this value shoud have this form

hudson.model.StringParameterDefinition
  name
name
  /name
  description/
  defaultValue 
dafulat_value
  /defaultValue
/hudson.model.StringParameterDefinition


How to access value of a parameter using remote api

2012-10-30 Thread Ramith Jayasinghe

Hi Guys,
  is it possible to get the (default) value parameter (defined in a 
parametrized) in job definition using the remote api?
  Has anyone done something similar before?

Regards,
Ramith