Re: Using Jenkins Client API

2016-11-02 Thread Karl Heinz Marbaise
Hi, On 02/11/16 18:43, Narreddi Anil Kumar Reddy wrote: Hi, I've the jenkins-client code downloaded from GIT and when I try to establish connection to Jenkins server suing the below URL,it's failing with exception and not able to connect to jenkins.Does any body have any suggestions.

Using Jenkins Client API

2016-11-02 Thread Victor Martinez
I dont know what api you use but that url doesn't look good to me. Have you tried with the below snippet new URI("http://10.8.2.174:8082";), "admin", "admin"); Cheers -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this gr

Using Jenkins Client API

2016-11-02 Thread Narreddi Anil Kumar Reddy
Hi, I've the jenkins-client code downloaded from GIT and when I try to establish connection to Jenkins server suing the below URL,it's failing with exception and not able to connect to jenkins.Does any body have any suggestions. JenkinsServer jenkinsClient = new Jenki