I had a similar problem with our Windows nodes. One of them always threw an
exception and the other one did not complete GIT commands. In the end I
reinstalled the slave software (especially slave.jar). After that all
worked as expected.
On Monday, July 31, 2017 at 8:29:24 PM UTC+2, Sam K wrote
Hi,
I want to replace a bunch Jenkins jobs by a single workflow job. This
includes a final step which shall publish the artifacts to a CIFS share.
Currently I'm using a freestyle job using the Copy Artifact plugin and the
Publish over CIFS plugin to fulfill this task. Since there is no direct
This does not work on a Windows node. One has to use a batch script like
this
rmdir /s /q %cd% 2>null& exit /b 0
Unfortunately jenkins seems to put that batch script itself into the
workspace folder (besides some log files). Thus executing the mentioned
batch file deletes that file itself and th