Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Windows XP SP3
Description
Trying to copy a binary file (.exe) from windows server to windows slave make job hang indefinitely and slave appear 'offline'.
In this case, the only solution is to:
- net stop hudsonslave
- net start hudsonslave
- modifiy job so that it copies a text file (instead of the .exe)
- run it
- revert job modification, copying the .exe again
- run it
Then it works for some times again (.exe file can be copied) if starting jobs manually.
But at least the next morning (i.e., when job has been triggered automatically), the job is hanging again on the slave (during .exe is beeing copied). In this case, the slave appears 'offline'
Code changed in jenkins
User: rseguy
Path:
README.md
src/main/java/com/michelin/cio/hudson/plugins/copytoslave/CopyToMasterNotifier.java
src/main/java/com/michelin/cio/hudson/plugins/copytoslave/CopyToSlaveBuildWrapper.java
src/main/java/com/michelin/cio/hudson/plugins/copytoslave/CopyToSlaveUtils.java
src/main/webapp/HUDSON-5977/deleteme.tmp
http://jenkins-ci.org/commit/copy-to-slave-plugin/1bd4d393856c3ce001f08af187f6601366f0509c
Log:
[FIXED JENKINS-6045] Dropped fix for
JENKINS-6045since required Jenkins version (1.409) includes it