Jenkins is an open-source automation server that can be used to easily set up continuous integration and continuous delivery (CI/CD) pipelines. Continuous integration (CI) is a DevOps practice in which team members regularly commit their code changes to the version control repository, after which automated builds and tests are run. Continuous delivery (CD) is a
devops - DesignLinux
Setting up a DevOps Pipeline in AWS
In this article, we will guide you through how to set up a DevOps pipeline in AWS. However, let’s start off with defining what DevOps actually is. In the past, application development was usually split between two teams – development and operations. The development team would write the code, test it, and then deliver it