Companies often have engineers dedicated to managing their Jenkins build environments but often we see developers spending time maintaining the underlying infrastructure instead of writing code. There are a number of plugins in the Jenkins ecosystem that can assist with reducing the overhead of your build farms. Unfortunately, these options often introduce additional complexity because they rely on other computing orchestration platforms such as Swarm, Mesos, or even AWS’ ECS container platform. There has to be a simpler way.
This session will show you how to integrate AWS CodeBuild with Jenkins to remove the overhead in creating, managing, and scaling your build farms.
In this session, you will learn:
* How AWS CodeBuild simplifies the management of your Jenkins Build Farms
* How to create a Jenkins pipeline with AWS CodeCommit and AWS CodeBuild
* Best practices for securing your Jenkins pipeline with AWS IAM
* How other AWS customers have integrated CodeBuild and Jenkins into their pipelines