Skip to content

dirtmerchant/deploy-jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

Installation options

This script is designed to deploy the Jenkins application, along with prerequisites on either CentOS or Ubuntu systems.

  • Vagrant

For Vagrant-based installations, navigate to the CentOS or Ubuntu directory and issue the command:

$ vagrant up

The vagrant file will provision the chosen operating system and automatically invoke the cross-platform Jenkins installation script.

Once complete, the console will display both the IP address of the Jenkins server and the randomly generated administrator password.

  • Non-Vagrant

The installer script can also be used on a CentOS or Ubuntu system not hosted in Vagrant. On an internet-connected system issue the following command:

$ curl https://s3-us-west-2.amazonaws.com/deploy-jenkins/deploy-jenkins.sh | sudo bash

This will perform the same installation as the Vagrant option.

Once complete, the console will display both the IP address of the Jenkins server and the randomly generated administrator password.

About

Deploys Jenkins on Ubuntu and CentOS Vagrant boxes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages