AWS CodeBuild is a fully-managed CI service. It not only compiles a code, but it's also capable of running unit tests and producing artifacts (software packages). It supports most popular programming languages, such as .NET Core, Go, Java, Node.js, PHP, and Python, and most build tools, such as Apache Maven and Gradle. It can perform multiple builds concurrently and it scales automatically. We do not need to provision, manage, and scale a fleet of build servers. We will only be charged per minute. AWS CodeBuild builds can be triggered manually or automatically with the Jenkins plugins for AWS CodeBuild.
AWS CodeBuild can be managed using the web console, the AWS CLI, AWS SDKs, or AWS CodePipeline. AWS CodePipeline is a Continuous Delivery (CD) service. The heart of AWS CodePipeline is the pipeline. It defines a workflow for code changes through...