Re: Help with invoking scripts via CURL

2016-10-10 Thread Naveen
Victor, Thank you! That didn't work. When I replace the password with token it is working,not with the password. On Mon, Oct 10, 2016 at 8:58 AM Victor Martinez < victormartinezru...@gmail.com> wrote: > I normally use: > > instance=http://192.168.99.100:31419 > >

Re: Help with invoking scripts via CURL

2016-10-10 Thread Victor Martinez
I normally use: instance=http://192.168.99.100:31419 USER= PASS=Y curl --silent --user "${USER}:${PASS}" --data-urlencode "script=$(<./whatever.groovy)"

Help with invoking scripts via CURL

2016-10-09 Thread Naveen Srinivasan
Hi, I am trying to automate Jenkins fully using helm and kubernetes https://github.com/kubernetes/charts/tree/master/stable/jenkins . By doing this the admin password is available via kubernetes secretes. The goal is to automate bringing up jenkins without logging into the server