-
Bug
-
Resolution: Won't Fix
-
Major
-
Jenkins 1.5.72
Mac OS X
HockeApp Plugin 1.1.0
Hello,
I am currently setting up a new Jenkins CI for iOS, which also uploads to HockeyApp. Since the setup is not final and the server ist restarted from time to time I noticed a strange behavior when uploading to HockeyApp:
1. initially the configured Post-Build Step "Upload to HockeyApp" works correctly. App is uploaded
2. now restart Jenkins
3. run the job again an receive the following error:
Uploading to HockeyApp...
/Users/Shared/Jenkins/Home/workspace/iOS_trunk/build/myApp-42.ipa
/Users/Shared/Jenkins/Home/workspace/iOS_trunk/build/myApp-42-dSYM.zip
HockeyApp Upload Speed: 2,02Gbps
Got unexpected response code from HockeyApp: 407
<HEAD><TITLE>Proxy Authorization Required</TITLE></HEAD>
<BODY BGCOLOR="white" FGCOLOR="black"><H1>Proxy Authorization Required</H1><HR>
<FONT FACE="Helvetica,Arial"><B>
Description: Authorization is required for access to this proxy</B></FONT>
<HR>
<!-- default "Proxy Authorization Required" response (407) -->
</BODY>
4. create a new API-Token in HockeyApp and assign it in job configuration
5. run job again
6. upload works again ... until next jenkins restart
I searched here on, HockeyApp and google, but did not find anything regarding this behavior.
Is this a bug or a configuration issue on my side?
Thank you very much for your help.
Best regards,
mgehlen