This repo is for configuring (virtual) machines for getting Jenkins easily up and running. It uses Vagrant.
To use:
- Install Virtualbox
- Install Vagrant
- Make sure ssh.exe (from MinGW or similar) is available in PATH
- Optional: Install Vagrant proxy:
vagrant plugin install vagrant-proxyconf
. And then comment out config.proxy.* setting in the Vagrantfile - Build/provision the guest machine
vagrant up
. - First time it would take quite some time.
- See build command output for info on what ports the services are available. -- Jenkins running at: http://localhost:8087
vagrant suspend
vagrant up
vagrant provision
Commands available in guest (vagrant ssh
to log in):