/jenkins

Simple set up process to install and run Jenkins from shell. Forked for future reference. Thanks to vengadam2001

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Aims:

Install Jenkins on server running ubuntu server 18.04

How to:

Assuming you have git already installed:

git clone https://github.com/vengadam2001/jenkins.git
cd jenkins
sudo bash jenkins

Setup complete, Jenkins is running on your server. You can connect on any device at <ip-address>:8080