Skip to content

Zarathustra/jenkins-python-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jenkins-python-template

Python-template for use in your Continuous Integration Server (jenkins).

This was inspirated by PHP jenkins template project (github)

Server requirements

# apt-get install python-dev python-virtualenv libffi-dev sloccount

All other programs will be installed within virtualenv.

Jenkins Configuration

Plugins

Install Plugins

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.

About

Template for Jenkins jobs for Python projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published