Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/jenkins/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jenkins远程参数化:ExcepedRetryLimitException_Jenkins_Jenkins Pipeline - Fatal编程技术网

Jenkins远程参数化:ExcepedRetryLimitException

Jenkins远程参数化:ExcepedRetryLimitException,jenkins,jenkins-pipeline,Jenkins,Jenkins Pipeline,我正在尝试从本地Jenkins服务器触发远程作业。我完成了参数化远程触发器的所有必要配置,如远程主机设置、本地服务器作业的作业信息。但当我触发作业时,我得到以下错误: Triggering remote job now. CSRF protection is disabled on the remote server. ERROR: Remote build failed with 'ExceedRetryLimitException' for the following reason: 'Ma

我正在尝试从本地Jenkins服务器触发远程作业。我完成了参数化远程触发器的所有必要配置,如远程主机设置、本地服务器作业的作业信息。但当我触发作业时,我得到以下错误:

Triggering remote job now.
CSRF protection is disabled on the remote server.
ERROR: Remote build failed with 'ExceedRetryLimitException' for the following reason: 'Max number of connection retries have been exeeded.'. But the build will continue.
ERROR: Unexpected status: status=NOT_TRIGGERED. The queue id was not found.
Skipped archiving because build is not successful
Extended Email Publisher is currently disabled in project settings
Finished: FAILURE
我检查了完全正常的凭证,并尝试启用和禁用CSRF(防止跨站点请求伪造漏洞攻击)


我遗漏了什么吗?有人能帮我吗。

因为Jenkins upgrade在CSRF验证方面做了一些更改

安装一个名为Strict Crump Issuer plugin的插件,并设置为适合我


由于Jenkins升级对CSRF验证进行了一些更改

安装一个名为Strict Crump Issuer plugin的插件,并设置为适合我