Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cloudacademy/jenkins-install

Jenkins Vagrant Install - Ubuntu 18.04
https://github.com/cloudacademy/jenkins-install

cicd cloudacademy devops jenkins vagrant

Last synced: 22 days ago
JSON representation

Jenkins Vagrant Install - Ubuntu 18.04

Awesome Lists containing this project

README

        

# Jenkins Vagrant Install - Ubuntu 18.04

The following repo contains a [Vagrantfile](https://github.com/cloudacademy/jenkins-install/blob/main/Vagrantfile) which can be used to stand up a fully functional Jenkins server.

# Instructions

## Step 1.

Perform a `vagrant up` to launch a new Ubuntu 18.04 instance with Jenkins installed on it.

**Note** The initial Jenkins admin password is logged out to the terminal at the completion of the installation - this will be required to complete the next step.

## Step 2.

Browse to the Jenkins admin web interface located at: `http://localhost:8080` and complete the installation.