Adding a test stage to our pipeline

We are going to use the web interface to make this change:

  1. Open https://console.aws.amazon.com/codepipeline in your browser.
  2. Select the helloworld pipeline we previously created.
  3. On the helloworld pipeline page, click on the Edit button at the top of the pipeline.
  4. Add a stage by clicking on the + Stage button located between the Source and Beta stages.
  5. Call that stage Test and click on Action.
  6. In the menu on the right, under Action category, choose the action called Test.
  7. Call your action Jenkins and, for the Test provider, select Add Jenkins.
  8. In the Add Jenkins menu, leave the Provider Name set to Jenkins. Provide your Jenkins URL, which in my case is http://18.203.183.35:8080. The project name needs ...

Get Effective DevOps with AWS - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.