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

Configuring a target file name for the parameter is mandatory.
The problem is that Jenkins tries to open a directory for reading/writing as if it were a file, which doesn't work. There's probably some code like new File(workspace + "/" + parameterFileName) (simplified a lot) in there somewhere, and if parameterFileName is the empty string, it fails with the error you're seeing.