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 name=tmp-data --form file0=@/Users/XXX/Desktop/XXX.csv -Fjson='{"parameter": {"name": "name", "file": "file0"}}' -Fsubmit=Build
https://ci.exampleurl.com/view/data-imports/job/ESX-VMware-Imports/build?token=SeCreTtoKenGo3sHer3This keeps returning a 404. The token is correct. I've tried many variants of the above as well as posting to buildWithParameters but same result.
Any insight you folks might be able to shed would be appreciated!
Thanks.