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?
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.
User contributions licensed under CC BY-SA 3.0