Skip to content

Commit 89f49fb

Browse files
committed
Add port number to jenkinsci.dev
Without the port number, I couldn't connect (connection would timeout). Adding 8080 to http://jenkinsci.dev allowed me to access the Jenkins dashboard.
1 parent fbd580a commit 89f49fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Note: *If there are any errors during the course of running `vagrant up`, and it
2424
### 3 - Configure your host machine to access the VM.
2525

2626
1. [Edit your hosts file](http://www.rackspace.com/knowledge_center/article/how-do-i-modify-my-hosts-file), adding the line `192.168.76.76 jenkinsci.dev` so you can connect to the VM.
27-
2. Open your browser and access [http://jenkinsci.dev/](http://jenkinsci.dev/).
27+
2. Open your browser and access [http://jenkinsci.dev:8080](http://jenkinsci.dev:8080).
2828

2929
## Notes
3030

0 commit comments

Comments
 (0)