You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup testing mechanism that can be added to CodePipeline to run tests on Jenkins. These tests can be used to test the staging instance or prod instance to determine if a rollback is needed.
Creating the actual tests (running jobs, load testing) is out of scope.
CDK is updated to add a stage in the deployment pipeline to run tests on the jenkins staging or prod instance
Stage can report success/fail to determine next actions.
The text was updated successfully, but these errors were encountered:
Setup testing mechanism that can be added to CodePipeline to run tests on Jenkins. These tests can be used to test the staging instance or prod instance to determine if a rollback is needed.
Creating the actual tests (running jobs, load testing) is out of scope.
The text was updated successfully, but these errors were encountered: