nyu-devops-customers/customers

Build release pipeline with Bluemix Devops

Opened this issue · 0 comments

As a devoloper
I need a pipeline process
So that I can run unittest, behavior test before formally release

Assumptions:

  • Use Bluemix Devops to build pipeline
  • Deploy two separate, one for development, one for production

Acceptance Criteria:

Given there is a commit on the master.
Only after the version can pass all the unittest/behavior test, 
Then it can be released.