Jenkins publishing via CFIS plugin stopped working

0

Within a Jenkins project, there are two steps which publish artifacts to a Windows share (via the CFIS plugin for Jenkins). This worked fine, until some days ago the second post-build step stopped working; apparently nothing was changed on purpose. There is the message

ERROR: Exception when publishing, exception message
[Exception when testing config. URL [smb://somepath/],
Message: [0xC000009A]]

which apparently translates to "insufficient resources" based on the error code. The share itself is accessible from the machine on which Jenkins runs. Does anyone have an idea what the error message means in details and what could be done?

windows
jenkins
plugins
smb
asked on Stack Overflow Sep 20, 2017 by Codor

1 Answer

0

Although this might be considered a non-answer, rebooting the machine on which the Windows share was located resolved the issue. The problem has not occured since then.

answered on Stack Overflow Oct 5, 2017 by Codor

User contributions licensed under CC BY-SA 3.0