Python-template for use in your Continuous Integration Server (jenkins).
This was inspirated by PHP jenkins template project (github)
# apt-get install python-dev python-virtualenv libffi-dev sloccount
All other programs will be installed within virtualenv.
Download jenkins-cli
# wget http://jenkins-server:8080/jnlpJars/jenkins-cli.jar
Then, install it!
# java -jar jenkins-cli.jar -s http://jenkins-server:8080 install-plugin sloccount xunit violations warnings cobertura disk-usage git
# java -jar jenkins-cli.jar -s http://jenkins-server:8080 safe-restart
Create a new Job.