문제

I'm developing iOS/Android apps. And I want to use Jenkins + HockeyKit to deploy my applications. I want to host HockeyKit on my server. Is this good idea? Can you tell more open source alternatives to HockeyKit?

Cheers

도움이 되었습니까?

해결책

An alternative is TestFlight:
https://testflightapp.com/

They offer a hosted solution, so it's not being hosted on your own server, however they provide a lot of features.

There is also a plugin for Jenkins that allows you to publish your builds to TestFlight:
https://wiki.jenkins-ci.org/display/JENKINS/Testflight+Plugin

Also HockeyApp:
http://hockeyapp.net/ They provide a hosted solution using HockeyKit

다른 팁

If you are looking for an open source alternative to HockeyKit, check out Knappsack.

There is also a hosted solution with a free tier that might work for you. Here is a link to the source on GitHub: Knappsack Source

Currently, there isn't any way to integrate Knappsack with your build server, so a custom solution is needed there.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top