Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 506 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 506 Bytes

A vagrant setup ready to test for master/slave instances of Jenkins

Master/slave for Jenkins (ubuntu/trusty64 based)

To use it just launch

vagrant up

And enter into the master with

vagrant ssh master

or slave with

vagrant ssh slave

After that you can just set up the slave (jenkinslave.local) on the master with /var/lib/jenkins/ as directory and with master jenkins user for credentials.

Where to find it after up is finished : http://192.168.100.21:8080/