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

Parameterized trigger plugin just calls Job#getLastSuccessfulBuild.
It's not reasonable to expect java.lang.NumberFormatException is thrown from Job#getLastSuccessfulBuild, and I think this is a problem that should be fixed Jenkins core.
Job#getLastSuccessfulBuild looks switched to use PeepholePermalink since jenkins-1.507.
https://github.com/jenkinsci/jenkins/commit/88feabb4296d6483bdb5c85fed489e5014161ca5
I'm not sure what causes lastSuccessfulBuild, which is a symlink, points not null but an empty file name.
Please report details how to reproduce this problem.