Tools for CI/CD
In this section, we will mention some of the tools I have seen during my career, with no preference for any of them specifically. We are sure (in fact, we hope) that you are able to find alternatives and consider the best ones for you. These are just examples, and we are sure there are many other interesting ones.
We have divided the various tools into sections, but nowadays most tools allow for several uses.
Programming languages
Most of the CI/CD tools would use some programming language to specify the instruction of what the deployments need to do at every step, such as running tests, installing commands, and so on. Each favors one programming language over another, but in my mind, there are some that you should be familiar with. In the following table, we provide a summary of interesting languages to get familiar with. The new concepts or words in the table will be reviewed in the following sections.
... |