Skip to content

Instantly share code, notes, and snippets.

@amcorreia
Created May 21, 2014 03:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amcorreia/3fef9c661d8d3393ac69 to your computer and use it in GitHub Desktop.
Save amcorreia/3fef9c661d8d3393ac69 to your computer and use it in GitHub Desktop.
jenkins-slave
For python slave
# apt-get install default-jre build-essential linux-headers-$(uname -r) screen git python-dev python-virtualenv libffi-dev sloccount
# useradd -m jenkins
# su - jenkins -c 'mkdir /home/jenkins/.ssh'
# su - jenkins -c 'vim /home/jenkins/.ssh/authorized_keys2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment