Difference between revisions of "CI CD 101"

From CitconWiki
Jump to navigationJump to search
(Created page with "PJ talking about CI CD phases From idea to market/value Goal is to remove all the obstacles between the idea and it getting done as value. - Idea -- define a bucket of accep...")
(No difference)

Revision as of 02:44, 20 September 2014

PJ talking about CI CD phases

From idea to market/value Goal is to remove all the obstacles between the idea and it getting done as value.

- Idea -- define a bucket of acceptance tests Comments on the customer not willing to cover/document their acceptance tests, but in some cases there is improvement here -- write broken acceptance tests

- write code to make the first test pass -- write broken unit tests -- write just enough code -- refactor -- every time a test goes green - commit!