Can XCode Bots be added to source control or archived? -


we've started use xcode bots ci success. due presence of libraries , pods have pre , post triggers invokes cocoapods, crashlytics etc.

is there way persist bots source control if server reinstalled or moved different machine, don't need recreate bot , trigger scripts?

apart trigger scripts, there git repos need connected to, verified, credentialled etc.

(i know can create bash scripts in source folder , invoke them invoking step still need added)

xcode bots stored in database in xcode server. though create them locally, stored on server in /library/developer/xcodeserver/database

more information dissecting how xcode bots , server work can found here pretty informative underneath.

they claim can hook api current version of server (4.x), although apple has announced ability in next version osx server 5.0


Comments