Continuous integration with Jenkins - Tutorial
1.1. What is Jenkins?
Jenkins is a popular open source tool to perform continuous integration and build automation. Jenkins allows to execute a predefined list of steps, e.g. to compile Java source code and build a JAR from the resulting classes. The...
mrdevops.hashnode.dev11 min read