For some time, I have had the problem with Jenkins, that when I ran my Code Stream pipeline, it gave me the following error To fix it, I have been running the code below, in the Jenkins “Script Console” import jenkins.model.Jenkins def instance = Jenkins.instance instance.setCrumbIssuer(null) This has been ok, until my container, running Jenkins, restarted or got updated, and then I got the error again.