Jenkins
Jump to navigation
Jump to search
Jenkins is an open source Continuous Integration tool. Originally started as Hudson in 2004 but due to a dispute in 2011 they forked and continued under the name, Jenkins. It can be used to build software, deploy software, or websites to various endpoints or to run unit/behaviour-driven software tests.
Jenkins on wikipedia
Install (on Ubuntu)
- https://www.digitalocean.com/community/tutorials/how-to-install-and-use-jenkins-on-ubuntu-12-04
- https://www.safaribooksonline.com/library/view/jenkins-the-definitive/9781449311155/ch03s05.html
- http://www.vogella.com/tutorials/Jenkins/article.html
- How to Build a Jenkins Build Server. A local git repository was used as an example.