-
Notifications
You must be signed in to change notification settings - Fork 1
Workflow
Tomoyuki Sakurai edited this page Sep 21, 2016
·
17 revisions
- Create a feature branch
- Change the code
- Make sure
bundle exec kitchen test
passes on your local computer -
git push
the branch - Make sure the tests pass on Jenkins
- Create a pull request
- Optionally ask someone in your team to review
- Merge the branch into master
- Make sure all tests in master pass on Jenkins