From the course: Xcode Server: Continuous Integration for iOS Developers

Unlock this course with a free trial

Join today to access over 22,400 courses taught by industry experts.

Monitoring your bot

Monitoring your bot

- [Instructor] Now that we have our Bot set up to build the never-ever repository changes let's take a look at how we can keep track of the Bot's history. Xcode display's your Bots in the report section of the navigator panel. To access this screen, hit command + 8, or select the speech bubble icon on the left. At the bottom of this list, you'll find all of your Bots listed. If we click on the Bot itself, we can see a summary view. At the top, we can see trends over the last day, week, or month. Down below, we have sections for Build History, Test History, and Code Coverage. The results for each of the past Integrations are displayed. If you'd like to Edit your Bot, there's a button in the top right of this screen that allows you to do so. This brings up a menu that is similar to the one when we setup the Bot. Let's hit Cancel. Beside the Edit button is an Integrate button. We can use this button to manually launch another Integration. If we head over to the left panel, and click the…

Contents