Skip to content

Commit 9144443

Browse files
committed
Fix Jenkins URL in Vagrantfile.
1 parent e72c268 commit 9144443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ VAGRANTFILE_API_VERSION = "2"
55

66
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
77
config.vm.box = "geerlingguy/centos7"
8-
config.vm.hostname = "jenkins.dev"
8+
config.vm.hostname = "jenkinsci.dev"
99
config.vm.network :private_network, ip: "192.168.76.76"
1010
config.ssh.insert_key = false
1111

0 commit comments

Comments
 (0)