|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Hi.
Your code seems good. I suspect probrem is in your network, or server.
Tell me your network path to jenkins server from local.
I write C# code to access jenkins api too.
and it works well.
///////////////////
mono JenkinsAccess.exe http://localhost:8080/job/asd/api/xml
[complete]
200<freeStyleProject><description></description><displayName>asd</displayName><name>asd</name><url>http://localhost:8080/job/asd/</url>........
///////////////////
See attach file JenkinsAccess.cs.
It seems as same as your code.
So that, I suppose probrem is in your network.