Issue Type: Bug Bug
Assignee: Unassigned
Components: cli
Created: 05/Jan/15 3:11 PM
Description:

cli list-jobs returned the display-name for a job. Subsequent attempt to use the job name to get the configuration returned an error:
No such job 'springframework-beanmapper-util'; perhaps you meant 'Springframework-Extensions-Release'?

Example script:
IFS=$'\n'
for a in cli list-jobs
do
cli get-job "$a"
done

The cli get-job fails for any job that has a display-name set to a value that does not match the actual job name.

Environment: Jenkins 1.565.2
Linux 2.6.18-398.el5 #1 SMP Tue Aug 12 06:26:17 EDT 2014 x86_64 x86_64 x86_64 GNU/Linux
Project: Jenkins
Priority: Minor Minor
Reporter: michael giroux
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/d/optout.

Reply via email to