2018
2:27 hours
Jenkins is one of the most popular Continuous Integration servers on the market today. It was designed to maintain, secure, communicate, test, build, and improve the software development process.
We begin by looking on different AWS services and how you can use them for Continuous Integration. We’ll see how Ansible can help to deploy an entire system to AWS for an almost production-ready CI system in the cloud. We then customize and configure your Jenkins master automatically on boot-up with Groovy code in order to achieve the build process we want. This includes adding secrets to the credentials store, installing and configuring plugins, and setting some basic values within the Jenkins main configuration. Once we are able to interact with Gitlab, we will then configure a way to run Jenkins nodes on Kubernetes so that we can actually build our software.