Re: Cannot upgrade git plugin beyond 3.3.0

2017-07-31 Thread 'Thomas Gimpel' via Jenkins Users
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

[workflow-plugin] How to publish to a CIFS share

2015-09-05 Thread Thomas Gimpel
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

Re: [workflow-plugin] Clean workspace

2015-08-15 Thread Thomas Gimpel
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