jenkins_api_client
jenkins_api_client copied to clipboard
Introduce set_cookie for handling jenkins session id
After Jenkins-LTS 2.176.3, jenkins_api_client module had been failed because of CSRF protection token. This patch enables to handle the jenkins session, so it can be re-enabling.
This fixed my crumb issue with the latest Jenkins LTS (2.263.4). Please merge it in!
This PR addresses at least three different issues. As for the cause specified, please see my comment at https://github.com/arangamani/jenkins_api_client/issues/300#issuecomment-906206519