(Originally published on Medium)




Introduction


At some point, I had no idea what CI and CD were about, so I decided to learn about them. I got to learn enough to be able to do a simple Build-Test-Deploy cycle, so now I know enough to define them in my own words:

Continuous Integration: JUnit tests are run on every commit to the dev...