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

My previous comment here was a mistake. But by coincidence I just had the exact same issue in a testing instance.
This instance is used for development of a plug-in, and has a bunch of plug-ins installed for checking compatibility. One of them being the dynamic parameter plug-in.
Debugging the code it looks like Scriptler's scriptset receives a null list of scripts and throws that exception. The list of plug-ins is initialized from the scriptler.xml file. By renaming it to _scriptler.xml, and renaming the scripts folder to _scripts the problems seems fixed.
Should I have more time I'll dig into this issue, but for now I'm moving forward to fix other issues in my plug-in![]()
HTH,
Bruno