devops-suppliers / suppliers

NYU DevOps Project - Suppliers
Apache License 2.0
0 stars 1 forks source link

Add a build stage to the CD pipeline #65

Closed sinduja123 closed 4 years ago

sinduja123 commented 4 years ago

As a developer I need to add a build stage to the CD pipeline So that I can build the app and run the TDD(unit) nosetests

Assumptions: I have the supplier app instance running in the cloud I have the github account linked to the toolchain

Acceptance Criteria: Given I need to build the app and run the unit tests to setup CD pipeline When I view the pipeline stage on IBM Cloud toolchain Then I can see that build and unit tests are passing