Skip to content

Vagrant box running Ubuntu with an installed Jenkins instance

Notifications You must be signed in to change notification settings

eiriarte-mendez/vagrant-jenkins

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant Jenkins build Build Status

Run a Jenkins 2.25 instance on Ubuntu 16.04 LTS using vagrant.

Prerequisites

Installation

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

Since version 2.0 Jenkins has a security setup wizard when first running it after the installation.

SSH into the machine with

vagrant ssh

Locate the security password

cat /var/lib/jenkins/secrets/initialAdminPassword

and copy it into the password field on the Jenkins server.

About

Vagrant box running Ubuntu with an installed Jenkins instance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%