Jenkins 2.192: HTTP Error 403: No valid crumb was included in the request

后端 未结 6 2025
无人共我
无人共我 2020-12-21 08:34

I recently upgraded to Jenkins 2.192, and my applications started failing with the following error:

HTTP Error 403: No valid crumb was included in the reques         


        
6条回答
  •  失恋的感觉
    2020-12-21 09:17

    I had the same issue after upgrade to this version when queuing jenkins tasks from TFS with VSTS agents.

    You can solve this temporarily by disabling CSRF security in Jenkins Server.

    Just found this, may help: https://jenkins.io/doc/upgrade-guide/2.176/

提交回复
热议问题