XcodeServer icon indicating copy to clipboard operation
XcodeServer copied to clipboard

Xcode Server experiments

Results 2 XcodeServer issues
Sort by recently updated
recently updated
newest added

Thought it worth noting Xcode server has a rest API that allows for several operations. Once of which is triggering an integration: POST https://my-server:20343/api/bots/SOMEBOTID/integrations You can also pass the body:...

There is an API for XcodeServer: You can list bots: https://{xcodeserver}/xcode/api/bots/ list Integrations: https://{xcodeserver}/xcode/api/bots/{botid}/integrations You should be able to get build status from here.