0

我正在尝试更新远程jenkins config.xml文件,但我遇到了问题,我确定用户名和密码正确,文件路径也正确,因为同样的东西在其他服务器上工作,但使用较新版本的 jenkin 1.514。我有1.501版本问题,即使我已经禁用cross-site request forgery (CSRF)任何想法,如果有任何解决方法,如何使它工作?

wget --auth-no-challenge --http-user=spatel --http-password=secret --post-file=config.xml --no-check-certificate http://jenkin.example.com/jenkin/jobs/Sched_M_Builds2Test/config.xml
--2013-05-23 15:54:22--  http://jenkin.example.com/jenkin/jobs/Sched_M_Builds2Test/config.xml
Resolving hudson.outcome.com... 10.101.100.60
Connecting to hudson.outcome.com|10.101.100.60|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2013-05-23 15:54:22 ERROR 404: Not Found.
4

1 回答 1

1

您可能在谈论名为 Jenkins 的软件 - http://jenkins-ci.org/但您的链接指向jenkin.

404 表示未找到,因此请确保您拥有正确的 URL。

于 2013-05-23T20:24:45.557 回答