Skip to content

Instantly share code, notes, and snippets.

@shishi
Created January 21, 2012 15:14
Show Gist options
  • Save shishi/1653032 to your computer and use it in GitHub Desktop.
Save shishi/1653032 to your computer and use it in GitHub Desktop.
install jenkins in Linux Mint 12
sudo apt-get install default-jre jenkins
sudo vim /etc/init/jenkins.conf
# env JAVA_HOME の行を書き換え
# 以下の値にしておくと sun-java でも openjdk でも動く
# JAVA_HOME=/usr
sudo service jenkins start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment