Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should this Vagrantfile expose port 8080? #3

Open
ebolinger opened this issue Jan 14, 2014 · 1 comment
Open

Should this Vagrantfile expose port 8080? #3

ebolinger opened this issue Jan 14, 2014 · 1 comment

Comments

@ebolinger
Copy link

Other Vagrant VMs expose ports to the host OS. I added the following to access the Jenkins UI:

config.vm.forward_port 8080, 8080

@gerhard
Copy link
Contributor

gerhard commented Jun 18, 2015

@ebolinger as the VM gets a private IP address you connect to Jenkins on http://11.11.11.2:8080

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants