Build the vagrant box
vagrant upTo access the Jenkins server
http://localhost:6969or, add the following line to the hosts file
127.0.0.1 jenkins.devand then run the server with
http://jenkins.dev:6969Since version 2.0 Jenkins has a security setup wizard when first running it after the installation.
SSH into the machine with
vagrant sshLocate the security password
cat /var/lib/jenkins/secrets/initialAdminPasswordand copy it into the password field on the Jenkins server.