otahi / vagrantjenkins-study

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vagrant Jenkins Study

Purpose

To study Vagrant/Jenkins to do CI with Trema.

How to use

vagrant up

# create configure 
vagrant ssh-config --host=trema-study > vagrant-ssh.conf

bundle

# bootstrap = prepare + cook
bundle exec knife solo bootstrap trema-study -F vagrant-ssh.conf

# run serverspec
bundle exec rake ci:setup:rspec spec

rm -f vagrant-ssh.conf

vagrant destroy -f

TODOS

  • To add test for trema controllers

References

About