|
||||||||
|
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.

It may be difficult to pass information about the current job to a groovy script.
ParameterDefinition, which extensible-choice-parameter is based on, has no interface to retreive information about the job it runs on.
http://javadoc.jenkins-ci.org/hudson/model/ParameterDefinition.html
Would you tell me why you want to get the job name, not just write it in the script?
How about a following feature to meet your requirement?