Jenkins slave cannot connect with master: Incorrect acknowledgement sequence

前端 未结 5 1899
一生所求
一生所求 2021-01-02 23:29

After update of our Jenkins master installation to its latest LTS version 2.46.3 one of its slaves (Windows 7 machine, 32-bit) cannot connect with the master.

The er

5条回答
  •  爱一瞬间的悲伤
    2021-01-03 00:29

    This happened to us when a Windows Update or some other silent background update messed with the slave's environment variables. HTTPS_PROXY and HTTP_PROXY had to be re-added, and once that was done we were back in business.

提交回复
热议问题