Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cloudacademy/jenkins-install
- Owner: cloudacademy
- Created: 2020-12-10T20:54:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-10T21:02:51.000Z (about 4 years ago)
- Last Synced: 2024-11-13T18:27:28.163Z (3 months ago)
- Topics: cicd, cloudacademy, devops, jenkins, vagrant
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.