Jenkins hudson.util.IOException2: remote file operation failed

后端 未结 4 1778
感情败类
感情败类 2021-02-20 06:27

I\'m using CentOS 5 and Jenkins 1.430. When I try to build, I get an error:

hudson.util.IOException2: remote file operation failed: /home/build/jenkins/workspace         


        
相关标签:
4条回答
  • 2021-02-20 07:07

    If you don't want to reboot then simply kill these processes on the slave

    $ ps -ef | grep java
    1006     11948 11930  0 Jul17 ?        00:00:00 bash -c cd "/mnt/jenkins" && java  -jar slave.jar
    1006     11949 11948  0 Jul17 ?        00:02:55 java -jar slave.jar
    

    Then launch the slave agent again

    0 讨论(0)
  • 2021-02-20 07:09

    Well apparently disabling the slave and rebooting it worked. bleh

    0 讨论(0)
  • 2021-02-20 07:12

    Terminated the slave and launched it again. Working perfectly.

    0 讨论(0)
  • 2021-02-20 07:14

    Got a quite similar error, and fixed it by reverting the "publish over ssh" plug-in from 1.14 to 1.13

    Our Jenkins server is run on Debian 8.2 (Jessie), and our slaves under Ubuntu 14.04 (trusty)

    0 讨论(0)
提交回复
热议问题