使用Jenkins在App Store上自动上传应用程序

时间:2017-10-31 14:48:32

标签: continuous-integration jenkins-plugins

我想在Mac上使用Jenkins上传应用。我曾尝试使用Relution Enterprise Appstore Publisher插件,但在上传应用时遇到错误。

[MultiRequestUploader] Error uploading file (502), server's response:

<html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>daiquiri/2.0.0</center>
</body>
</html>


[MultiRequestUploader] Upload of asset failed.
[Builds] Changing build result from SUCCESS to UNSTABLE
[MultiRequestUploader] Upload of build artifacts failed.
[ArtifactFileUploader] Closing connection…
[ArtifactFileUploader] Connection closed
[Builds] Changing build result from SUCCESS to UNSTABLE

构建步骤&#39;部署以减少企业Appstore&#39;将构建结果更改为UNSTABLE 完成:不稳定

如果有其他可用的插件,请告诉我

0 个答案:

没有答案