1
0
mirror of https://github.com/krislamo/vagrant-jenkins synced 2024-09-19 15:00:36 +00:00

updated README

This commit is contained in:
Mark Heiges 2016-09-02 10:24:44 -04:00
parent 830625b836
commit 943e3e69fc

View File

@ -80,7 +80,16 @@ Usage
The default Jenkins website will be available at
http://ci.jenkins.vm:9191/
http://ci.jenkins.vm:9181/
Shell access to the guest VM
vagrant ssh master
The `/vagrant` directory on the guest is mounted from the hosts's
Vagrant project directory so its contents persist across recreation of
the guest VM. The `scratch` directory is excluded from git so is a good
place to place persistent, non-versioned data.
Setup and Configuration
=======