Unable to post dSYM file in jenkins post-build

ChadOzgur

Posted on
Dec 27 2015

Hi Support.

I'm trying to upload the generated Dsym file from jenkins using the following curl commmand:

curl -H 'Host: app.raygun.io' -H 'Authorization: Basic xxxxxxxxx-redacted-xxxxxx' --form DsymFile=XXRedactedXX-1.1.4.9.dSYM.zip https://app.raygun.io/dashboard/frufep/settings/symbols

I get an error that says:

Object moved to here.

Plese advise

Thanks in advance


Alex

Posted on
Jan 06 2016

Hi Chad,

It looks like you might require an @ character before your file name. ie.

--form DsymFile=@XXRedactedXX-1.1.4.9.dSYM.zip

Regarding the response message "Object moved to..." this is our bad. I've just improved the responses for uploads as it was returning redirects used within the application. You should now get a JSON object with Status and Message properties.

Best regards,
Alex


ChadOzgur

Posted on
Jan 07 2016

Hi Alex!

Thanks for the reply, I'll test today and let you know if something goes wrong.

Best

c


Reply