-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
As a Developer
I need setup a new space in Bluemix for production
So that when code passes though Build, Dev, Test stages successfully it automatically moves the code to Production
Assumptions:
- We are using Bluemix
- Create a new Space in your Cloud Foundry account called:
Prod - Add a Production Deploy Stage to the pipeline to deploy to production if all of the integration tests pass.
Acceptance Criteria:
Given a Bluemix pipeline has been setup with a Build, Dev, Test stage
When all tests pass all previous steps in the Pipeline
Then the changes should propagate to the Production stage
Reactions are currently unavailable