Installing a plugin in Jenkins is very simple:
- Open your Jenkins instance in your browser (in my case http://54.175.97.69:8080).
- If needed, log in and then click on Manage Jenkins.
- In the Manage Jenkins page, select Manage Plugins.
- Search for the plugin called AWS CodePipeline Plugin, select it and install it.
We can now start using the plugin:
- Go back to the home page of your Jenkins server.
- Click on New Item in the left-hand side menu.
- Give the new item the name HelloworldTest, select Freestyle project, and click on the OK button at the bottom of the page.
- On the next screen, under the Source Code Management, select AWS CodePipeline. Because we configured the permissions at the instance ...