You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without the port number, I couldn't connect (connection would timeout). Adding 8080 to http://jenkinsci.dev allowed me to access the Jenkins dashboard.
Copy file name to clipboardExpand all lines: jenkins/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Note: *If there are any errors during the course of running `vagrant up`, and it
24
24
### 3 - Configure your host machine to access the VM.
25
25
26
26
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).
0 commit comments