Couple of thoughts:

- ${params.ReleaseNotes} doesn't look it got any value, then it might be 
one of the root causes, 
- if you use the -v flag, does it give you any details?


sh """
ls -l ${env.filename}
curl -v -F "status=2" -F "notify=1" -F "notes=${params.ReleaseNotes}" -F "
ipa=@${env.filename}" -H "X-HockeyAppToken: 1234" 
https://rink.hockeyapp.net/api/2/apps/upload
"""


Cheers

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/b7e0a9d6-ba48-4653-9311-f0f71caec128%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to