stelligent / dromedary

Sample app to demonstrate a working pipeline using Infrastructure as Code and AWS Code Services
MIT License
106 stars 100 forks source link

Replace Jenkins build, test and static analysis functionality with CodeBuild #82

Open PaulDuvall opened 7 years ago

PaulDuvall commented 7 years ago

Replace Jenkins build, test and static analysis functionality with AWS CodeBuild. Will need to review the jobs folder to ensure key functionality is replicated.

This should eliminate the need for the following:

It will modify codepipeline-cfn.json and some other files

See https://github.com/stelligent/aws-codedeploy-sample-tomcat/blob/master/codebuild-cpl-cd-cc.json#LL199-LL247 and https://github.com/stelligent/aws-codedeploy-sample-tomcat/blob/master/codebuild-cpl-cd-cc.json#LL382-LL410 for samples (little bit different as they're for Java, though)