iceberg icon indicating copy to clipboard operation
iceberg copied to clipboard

Replace Jenkins build, test and static analysis functionality with CodeBuild

Open PaulDuvall opened this issue 8 years ago • 0 comments

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)

PaulDuvall avatar Jan 06 '17 21:01 PaulDuvall