Jenkins hudson.util.IOException2: remote file operation failed

后端 未结 4 1832
感情败类
感情败类 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

提交回复
热议问题