Jenkins – Initial Setup
These days, there is plenty of information on the internet to help you do anything you wish. However, that can sometimes prove to be an issue. In these posts, there will be a few as Jenkins is a large topic, I intend to distill the work I have done to setup a working CI/CD pipeline from scratch. Jenkins is a long-trusted automation tool. With it, you can automate your entire pipeline. With Jenkins setup, you can setup a conceptual pipeline for your teams code, from push to branch –> basic testing –> merge to master –> build and packaging –>