Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 859 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 859 Bytes

Vagrant Jenkins build Build Status

Run latest Jenkins instance on Ubuntu 16.04 LTS using vagrant.

Prerequisites

vagrant reload plugin

vagrant plugin install vagrant-reload

Installation

Add any Jenkins plugins you require to plugins.txt

Build the vagrant box

vagrant up

To access the Jenkins server

http://localhost:8080

or, add the following line to the hosts file

127.0.0.1   jenkins.local

and then run the server with

http://jenkins.local:8080

First time accessing Jenkins

Jenkins is set up with one user with username: admin password: admin

usual caveat about changing the password once setup.