Jenkins Windows slave connection getting terminated with java.nio.channels.ClosedChannelException

前端 未结 9 1521
别跟我提以往
别跟我提以往 2021-01-04 09:32

While connecting to windows machine as slave, i am getting following error i think its some network related issue, but need some help where to start looking or what is a pos

9条回答
  •  北海茫月
    2021-01-04 09:39

    I was facing the same issue , rectified using below steps

    1. Go to Jenkins Url -> Manage Jenkins -> Node -> Your Node ..you will get Custom WorkDir path lets say C:/Jenkins
    2. Open WorkDir Path and delete complete remoting directory
    3. Re-launch the slave

提交回复
热议问题