Re: Can't post file to paramaterised build

2016-06-06 Thread Beau Henderson
Brilliant. Thanks! On Monday, June 6, 2016 at 4:01:35 PM UTC+10, Beau Henderson wrote: > > Hello, > > I'm trying to kick off a build that will process a .csv. I can manually > kick this off without issue from within the Jenkins interface but I'm > having trouble kicking it off remotely. Here's m

Re: Can't post file to paramaterised build

2016-06-06 Thread Daniel Beck
> On 06.06.2016, at 08:01, Beau Henderson wrote: > > Any insight you folks might be able to shed would be appreciated! Unless the anonymous user has read access to your job, you need to do Basic authentication. -- You received this message because you are subscribed to the Google Groups "Je

Can't post file to paramaterised build

2016-06-05 Thread Beau Henderson
Hello, I'm trying to kick off a build that will process a .csv. I can manually kick this off without issue from within the Jenkins interface but I'm having trouble kicking it off remotely. Here's my curl command: curl -H "Content-Length: 29563" -H "Content-Type: multipart/form-data" --form nam