Re: [go-cd] Re: Faster method to add/append artifacts?

2018-04-06 Thread Aravind SV
Cool. Thanks for confirming. The documentation PR is submitted: https://github.com/gocd/api.go.cd/pull/232. Should show up soon. -- You received this message because you are subscribed to the Google Groups "go-cd" group. To unsubscribe from this group and stop receiving emails from it, send an e

Re: [go-cd] Re: Faster method to add/append artifacts?

2018-04-05 Thread Andrew Jones
Thanks, Aravind! The zip file is unzipped into the specified folder (in your example below file.zip would be extracted to a folder named "pkg/ foobar-widgets-1.2.3.jar

Re: [go-cd] Re: Faster method to add/append artifacts?

2018-04-05 Thread Aravind SV
This seems undocumented and I haven't tried it, but try using "zipfile" instead of "file" and pass it a zip file. If my quick look at the code is right, it should unzip it once uploaded. So, based on the documentation , I mean, trying: curl 'https:/