Jenkins: Difference between revisions
Jump to navigation
Jump to search
(Created page with "[http://jenkins-ci.org/ 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 und...") |
No edit summary |
||
Line 7: | Line 7: | ||
* https://www.safaribooksonline.com/library/view/jenkins-the-definitive/9781449311155/ch03s05.html | * https://www.safaribooksonline.com/library/view/jenkins-the-definitive/9781449311155/ch03s05.html | ||
* http://www.vogella.com/tutorials/Jenkins/article.html | * http://www.vogella.com/tutorials/Jenkins/article.html | ||
* [https://www.cloudsavvyit.com/2915/how-to-build-a-jenkins-build-server/ How to Build a Jenkins Build Server]. A local git repository was used as an example. |
Revision as of 11:42, 10 April 2020
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.