Issue Type: Bug Bug
Assignee: Unassigned
Components: extended-choice-parameter
Created: 05/Feb/13 11:13 AM
Description:

If you set up a job with an extended-choice-parameter which simply echoes the value of the parameter, and call it directly from the Jenkins UI, the parameter is correct.
If you call the same thing using a URL request, that parameter is blank, both in the parameters when you look at the job after the fact, and in the environment when the job runs.
It does work if you call it using a build.properties file from an upstream job.

An example usage of the URL call is this:
wget -O - "http://hudsonmaster1.uk.nds.com:8080/hudson/job/TEST_EXTENDED/buildWithParameters?token=hudson-ci&FIRST=MyTest&SECOND=XXX"

TEST_EXTENDED is my test job with FIRST as a normal String parameter, SECOND is an extended choice parameter where XXX is a valid option.

All the job does is this, as a build step:
echo $FIRST
echo $SECOND

Environment: Jenkins 1.480.2, Extended-choice-parameter 0.23
Project: Jenkins
Priority: Major Major
Reporter: Robert Kibble
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to