Jenkins slave jobs failing on “Unexpected termination of channel”

后端 未结 10 1211
梦毁少年i
梦毁少年i 2020-12-24 10:42

I am currently seeing a set of errors across my builds.

Is this expected behaviour if you loose Jenkins (say to a box crash, or a kill -9)?

Or is there somet

10条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-24 11:36

    For me the node configuration had a wrong "Remote FS Root". So check if all the config parameters on the master for this slave node are correct. Jenkins doesn't complain a thing but terminates the connection.

    I struggled a lot before determining it was the node config. At least the error message on the master should be more explicit or informative.

提交回复
热议问题