xcode-bots

Xcode bot install link request time out

て烟熏妆下的殇ゞ 提交于 2019-12-01 05:34:35
I have been able to get my Xcode bot to integrate successfully and create a .ipa file. I have an ssl certificate installed on my Xcode server and I can connect to the xcode/bots url fine. When I connect to the url through an iPad, I am first prompted to install a certificate but it says that it's not verified in red (see attachment) After I install the profile on the device, the xcode/bots page has a green "install" button. Once I click the "install" button it never loads the app and after several minutes I get a "Cannot connect to xx.yy.com" Any thoughts on what this could be? https://github

Xcode bot install link request time out

心不动则不痛 提交于 2019-12-01 03:15:14
问题 I have been able to get my Xcode bot to integrate successfully and create a .ipa file. I have an ssl certificate installed on my Xcode server and I can connect to the xcode/bots url fine. When I connect to the url through an iPad, I am first prompted to install a certificate but it says that it's not verified in red (see attachment) After I install the profile on the device, the xcode/bots page has a green "install" button. Once I click the "install" button it never loads the app and after

Custom Trigger Scripts for Bot (Xcode 5 CI)

谁都会走 提交于 2019-11-30 08:06:33
I am working on setting up CI for my iOS application and I am facing some issues. Where is a good place to find documents on Bot? I have seen the Xcode help but cant find any good example, also watched the CI video from 2013 conference How do i create a custom trigger script, so every time a developer commits their code it will automatically trigger the bot. How do I merge the code to master only if Test successfully passes the bot? Here is where I found info about trigger scripts https://help.apple.com/xcode/mac/1.0/#apdE6540C63-ADB5-4B07-89B7-6223EC40B59C Example values are shown with each

Custom Trigger Scripts for Bot (Xcode 5 CI)

坚强是说给别人听的谎言 提交于 2019-11-29 11:00:52
问题 I am working on setting up CI for my iOS application and I am facing some issues. Where is a good place to find documents on Bot? I have seen the Xcode help but cant find any good example, also watched the CI video from 2013 conference How do i create a custom trigger script, so every time a developer commits their code it will automatically trigger the bot. How do I merge the code to master only if Test successfully passes the bot? Here is where I found info about trigger scripts https:/

Using script to fire Xcode bot

非 Y 不嫁゛ 提交于 2019-11-27 03:38:53
问题 Is there a way to manually fire existing Xcode bots using shell scripts? I have a manual bot and I'd like to fire it based on certain custom logic criteria. 回答1: Yes. You'll need to do a couple of things: Firstly, I'm going to call your Xcode Server's IP address XCS_IP, usually localhost if you're on the machine where Xcode Server's running. Find out the ID of the bot: in Terminal, run curl -k "https://XCS_IP:20343/api/bots" . Copy the output to some editor and find the value for key _id for