There was an error while loading. Please reload this page.
1 parent e72c268 commit 9144443Copy full SHA for 9144443
jenkins/Vagrantfile
@@ -5,7 +5,7 @@ VAGRANTFILE_API_VERSION = "2"
5
6
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
7
config.vm.box = "geerlingguy/centos7"
8
- config.vm.hostname = "jenkins.dev"
+ config.vm.hostname = "jenkinsci.dev"
9
config.vm.network :private_network, ip: "192.168.76.76"
10
config.ssh.insert_key = false
11
0 commit comments