Skip to content

Instantly share code, notes, and snippets.

@JimLynchCodes
Last active June 9, 2018 20:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JimLynchCodes/1191a5b3b88b983fa014713ea79a545c to your computer and use it in GitHub Desktop.
Save JimLynchCodes/1191a5b3b88b983fa014713ea79a545c to your computer and use it in GitHub Desktop.

Jim's CI Robot Idea

Have a robot that hooks into different points of the continuous integration pipeline (of some other software project), and have the robot react accordingly as things are happening in your pipeline.

For example:

  • when a commit has been pushed to the maain branch the robot raises hit arm , jumps up, and plays a mario coin sound.
  • all the tests pass a "tests done" sound is played, some lights flash, and the robots head moves.
  • when the deployment finishes successfully, play a build finished sound and move robots arms around.
  • if any of the steps fail, flash red spinning lights, play siren sound, and have robot in sad pose shaking head side to side.

bonus:

  • somehow give users of this robot a way to enter their own git repository link (without having to plug it into a computer and code)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment