iceberg
iceberg copied to clipboard
Replace Jenkins build, test and static analysis functionality with CodeBuild
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:
- jenkins-instance.json, codepipeline-custom-actions.json
- jobs, configure-jenkins.sh, packer-create-ami.sh
- ...and probably some other files.
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)