how to configure aws code deploy with jenkins how to configure aws code deploy with jenkins jenkins jenkins

how to configure aws code deploy with jenkins


After building and installing the plugin, some simple configuration is needed for your project.

*Open up your project configuration

*In the Post-build Actions section, select "Deploy an application to AWS CodeDeploy"

*Application Name, Deployment Group, Deployment Config, and region are all required options.

*For authentication, there are two options. Either option requires that the associated role has, at minimum, a policy that permits codedeploy:* and s3:Put*. The plugin will pick up global credential from the jenkins instance.