Continuous integration with Xcode bots servers on "Get Sources ..."

I installed a copy of the OSX server and configured it correctly using Xcode. I was able to create a bot and run several integrations that failed because I did not import the correct developer certificates. Starting the integration now seems like he's stuck in "Getting Sources ..", while Xcode shows it as being queued. Any ideas?

+4
source share
1 answer

There are many reasons why this can happen, and it depends on which version control system you use. For both git and svn, the problem may be ssl root certificates. You need to add root certificates from your keychain to the ssl configuration.

See this post for more details .

If the problem is not related to the SSL certificate, most likely it will be a timeout problem when you get the original repository, if it is very large. View integration logs for more information.

0
source

Source: https://habr.com/ru/post/1524757/


All Articles