XcodeServer
XcodeServer copied to clipboard
Triggering build from external system
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:
{“shouldClean": true}
You can get the bot ID from:
GET https://my-server:20343/api/bots
Just incase you weren't aware thought I would let you guys know!