|
||||||||||||||
|
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

when I use remote trigger by using extended choice parameters plugin, I can't assign a value which not in the first value of the list, for
e.g:
the extended choice list is(param):
a
b
c
d
"a" is the first value, when I use:
curl -s www.xxx.com/joba/buildWithParameters?token=SecretOnlyForjoba\¶m=b"
coz b is not the first value of the list, so the job can't recognized it. so job is fail... pls help to check whether this is a bug or not.