We are going to use the web interface to make that change:
- Open https://console.aws.amazon.com/codepipeline in your browser.
- Select the helloworld pipeline we previously created.
- On the helloworld pipeline page, click on the Edit button at the top of the pipeline.
- We are now going to add a stage by clicking on the icon + Stage button located between the Source and Beta stages.
- Call that stage Test and click on Action.
- In the right-hand side menu, in the Action category choose the action called Test.
- Call your action Jenkins and for the Test provider, select Add Jenkins.
- In the Add Jenkins menu, leave Provider Name set to Jenkins, provide your Jenkins URL, in my case http://54.175.97.69:8080. The project ...