stern-devops-2020-inventory / inventory

The inventory resource keeps track of how many of each product we have in our warehouse. At a minimum it should reference a product and the quantity on hand. Check with the Product team for the format of the product id. Inventory could also track restock levels and the condition of the item (i.e., new, open box, used). Restock levels will help you know when to order more products. Being able to query products by their condition (e.g., new, used) could be very useful.
Apache License 2.0
0 stars 0 forks source link

Set up Pipeline to have 4 stages: Build, Dev, Test, Prod (slides 67-83) #97

Open Maria-Bruno opened 4 years ago

Maria-Bruno commented 4 years ago

As a Developer I need to have all four stages of coding in my pipeline So that I can automatically create and test within my pipeline

Assumptions:

Acceptance Criteria:

Given that all four stages are correctly running in the pipeline
When I create a new job
Then it will move through each stage without issue