We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Other Vagrant VMs expose ports to the host OS. I added the following to access the Jenkins UI:
config.vm.forward_port 8080, 8080
The text was updated successfully, but these errors were encountered:
@ebolinger as the VM gets a private IP address you connect to Jenkins on http://11.11.11.2:8080
Sorry, something went wrong.
No branches or pull requests
Other Vagrant VMs expose ports to the host OS. I added the following to access the Jenkins UI:
config.vm.forward_port 8080, 8080
The text was updated successfully, but these errors were encountered: