Skip to content

Workflow

Tomoyuki Sakurai edited this page Sep 21, 2016 · 17 revisions

Workflow

  • 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
Clone this wiki locally