What version are you using? Here is the snippet of code that does the empty / 0 check, so I don't see how what you are seeing could happen:

if (application.libsPath != null && !application.libsPath.isEmpty()) {
FilePath remoteLibsFiles[] = remoteWorkspace.list(vars.expand(application.libsPath));
// Take the first one that matches the pattern
if (remoteLibsFiles.length == 0) { listener.getLogger().println("No LIBS found to upload in: " + vars.expand(application.libsPath)); return this.failGracefully; }

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