Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

是否支持自动化打包 #130

Open
liam-i opened this issue Jul 15, 2020 · 3 comments
Open

是否支持自动化打包 #130

liam-i opened this issue Jul 15, 2020 · 3 comments

Comments

@liam-i
Copy link

liam-i commented Jul 15, 2020

您好请问下这个有Fastlane+Jenkins插件吗?

@zakiso
Copy link
Contributor

zakiso commented Jul 17, 2020

没有 Jenkins插件,不过你可以通过接口 用curl命令直接上传。
fastlane 需要自己配置

@JackYangFM
Copy link

可以部署Jenkins自动化打包的服务,然后Jenkins可以配置自动上传的脚本,实现自动上传应用
curl -X POST "http://127.0.0.1:9898/api/apps/xxx/upload" -H "accept: application/json" -H "Authorization: Bearer 你的token" -H "content-type: multipart/form-data" -F "file=@/Users/xxx/Desktop/xxx.ipa"

@carrykx
Copy link

carrykx commented Aug 14, 2020

写了个fastlane插件,并发布到rubgems库,直接执行
fastlane add_plugin fabulove
命令就好
https:/carrykx/fastlane-plugin-fabulove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants