You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CSRF tokens/crumbs became the default in Jenkins 2.0, but they don't seem to be used by this plugin. I'm getting the following error when trying to run a job:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 403 No valid crumb was included in the request</title>
</head>
<body><h2>HTTP ERROR 403</h2>
<p>Problem accessing //job/jobname/build. Reason:
<pre> No valid crumb was included in the request</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.z-SNAPSHOT</a><hr/>
</body>
</html>
The way to get and send a token is described here. I'll try to work up a PR for this this week if no one else beats me to it.
The text was updated successfully, but these errors were encountered:
CSRF tokens/crumbs became the default in Jenkins 2.0, but they don't seem to be used by this plugin. I'm getting the following error when trying to run a job:
The way to get and send a token is described here. I'll try to work up a PR for this this week if no one else beats me to it.
The text was updated successfully, but these errors were encountered: