NewCI/CD in 2023. Check out the December Release for usage metrics, platform improvements, and a sneak peek at upcoming features.

Email Notification Settings


If you use your personal git config when contributing to work projects then today's feature might interest you.

When we complete a build for any branch that isn't starred, by default we'll send an email to the address associated with the author of the most recent commit.

  commit 7871d26076e1f79fe41a58c57a121d418a57b2d0
  Author: Shanon McQuay <shanonmcquay@gmail.com>

This means we'll be sending emails to the address you have configured in git. You can see this address using the following command: git config --get user.email

If this is your personal email and your commiting to a work project, you might prefer that those notifications get sent to your work email address.

Setting it up is easy. The first thing you'll want to do is let us know about your work and personal emails by adding them to your account.

Once you have registered your work and personal emails you can then configure which email address your notifications should go to.

And that's it, enjoy your new work/life balance!