Skip to content

Instantly share code, notes, and snippets.

View twslade's full-sized avatar

Thomas Slade twslade

View GitHub Profile
@simkimsia
simkimsia / install-jenkins-on-ubuntu-12-10.sh
Last active December 7, 2017 19:46
Install jenkins on a fresh ubuntu 12.10.
#!/bin/bash
###
#
# Copyright (c) 2013 KimSia Sim
#
# Ubuntu 12.10 based install jenkins and other related plugins
# Run this by executing the following from a fresh install of Ubuntu 12.10 server:
#
# bash -c "$(curl -fsSL https://gist.github.com/simkimsia/4473000/raw/5e301a3bd399096e7cbbe3b1a877997a117aa7a3/install-jenkins-on-ubuntu-12-10.sh)"