Re: Jenkins Remote Job Creation via Apache HttpClient or HttpUrlConnection

2015-04-06 Thread vinodhini . vijay
Hello All, My Jenkins is over HTTPS. Thanks On Monday, April 6, 2015 at 2:58:02 PM UTC+5:30, vinodhi...@gmail.com wrote: > > Hello All, > > > I am using Apache HTTPClient to create remote job in Jenkins. My Jenkins > is running behind Apache. > > I get the error message : "HTTP/4.1 401 Auth

Jenkins Remote Job Creation via Apache HttpClient or HttpUrlConnection

2015-04-06 Thread vinodhini . vijay
Hello All, I am using Apache HTTPClient to create remote job in Jenkins. My Jenkins is running behind Apache. I get the error message : "HTTP/4.1 401 Authorization Required" when I run the below code. I could login into Jenkins and create job via browser. But when I try to create job via Apa