XcodeServer icon indicating copy to clipboard operation
XcodeServer copied to clipboard

Triggering build from external system

Open matt-digitaliceltd opened this issue 9 years ago • 0 comments

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!

matt-digitaliceltd avatar Jun 25 '15 13:06 matt-digitaliceltd