xcode slave现在报告HTTP响应代码400

时间:2013-02-11 23:51:06

标签: jenkins xcodebuild cloudbees

在CloudBees上通过java -jar jenkins-cli.jar执行我的xcode slave之前从未出现过问题。我在控制台窗口中收到以下错误响应

WILs-MacBook-Pro:tmp WPANNELL$ java -jar jenkins-cli.jar -s https://ventana.ci.cloudbees.com -i ~/.ssh/id_rsa customer-managed-slave -fsroot ~/jenkins -labels xcode -executors 4 -name mobile-slave

Enter passphrase for /Users/WPANNELL/.ssh/id_rsa:

Exception in thread "main" java.io.IOException: Server returned HTTP response code: 400 for URL: https://ventana.ci.cloudbees.com/cli
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1436)
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
    at hudson.cli.FullDuplexHttpStream.<init>(FullDuplexHttpStream.java:77)
    at hudson.cli.CLI.connectViaHttp(CLI.java:155)
    at hudson.cli.CLI.<init>(CLI.java:139)
    at hudson.cli.CLIConnectionFactory.connect(CLIConnectionFactory.java:68)
    at hudson.cli.CLI._main(CLI.java:438)
    at hudson.cli.CLI.main(CLI.java:373)
WILs-MacBook-Pro:tmp WPANNELL$

你以前见过这种回应吗?

0 个答案:

没有答案