Gitlab + Jenkins через webhook показывает эту ошибку, как я могу решить эту проблему? - PullRequest
1 голос
/ 23 марта 2020

Крюк успешно выполнен, но возвращен HTTP 403:

<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 No valid crumb was included in the request</h2>
    <table>
        <tr>
            <th>URI:</th>
            <td>/job/pipeline3</td>
        </tr>
        <tr>
            <th>STATUS:</th>
            <td>403</td>
        </tr>
        <tr>
            <th>MESSAGE:</th>
            <td>No valid crumb was included in the request</td>
        </tr>
        <tr>
            <th>SERVLET:</th>
            <td>Stapler</td>
        </tr>
    </table>
    <hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.27.v20200227</a>
    <hr/> </body>

</html>

Снимок экрана

...