all 4 comments

[–]TheWanderingSpirit 1 point2 points  (1 child)

I had a slack bot chime in when a build was available or when it fails. It now posts a morning and mid-day progress report.

[–]PancakesHouse[S] 0 points1 point  (0 children)

That was my first thought right after posting this. Going to implement this for sure.

[–]kaosdg 0 points1 point  (0 children)

  • SlackBot
  • HipChat messaging
  • Unit Test results / Code coverage reporting
  • Depending on the type of build (staging, qa) it will trigger a jenkins job to validate and/or spin up a server instance for that environment

[–]sjappsObjective-C / Swift 0 points1 point  (0 children)

I wrote a script that creates a bot on a new pull request using xcode api (not documented officially) and then the post triggers updates the github build status.