How can you work with Gerrit code review?

Welcome to the introductory part of Gerrit. In this article, we would cover all the prominent spaces regarding Gerrit, why use Gerrit? About a code review, and some basic Gerrit terminology. What is Gerrit? Let’s start with the introduction of Gerrit? Now, take a brief action on Gerrit, it is a source code management (SCM) platform that is like a GitHub, bit bucket, or team foundation server in that it manages multiple repositories, tags, branches, and other git resources for

Read more

Continuous deployment using Jenkins

Source – thumbtack.com When I joined at Thumbtack, back in late 2015, we had continuous delivery infrastructure for monolith builds. As more engineers joined, we noticed that a significant amount of time went to deploying the latest build. Moreover, there was a trend of having bigger deploys (so call train deploys) and rollbacks tend to be harder. It was a clear indicator we needed to invest into the deployment pipeline. Continuous delivery At Thumbtack, we use Gerrit for code review.

Read more