buildasaurs / XcodeServerSDK

Access Xcode Server API with native Swift objects.
MIT License
399 stars 30 forks source link

bot creation #142

Open jordirlatgit opened 7 years ago

jordirlatgit commented 7 years ago

In order to create a bot through the XCode Server API, is it required a first manual step to create the bot?

Inside https://honzadvorsky.com/articles/2015-08-04-xcs_tutorials_1_getting_started/ it says "One way to create Bots is directly from Xcode", so I'm wondering if it's possible to avoid the manual configuration. Our idea is to fully automatize the bot creation and its integrations.

cojoj commented 7 years ago

@jordirlatgit from what I still remeber you can create bots automatically as well - using XcodeServerSDK. Also there's a Ruby version https://github.com/venmo/xcode_server (I don't know if it still works or not, but worth checking). In the end it all leads to calling something from the API 🙌