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...") |
|||
(One intermediate revision by the same user not shown) | |||
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. | |||
= Raspberry Pi = | |||
Java is needed. | |||
* [https://raspberrytips.com/install-jenkins-raspberry-pi/ How to install Jenkins server on your Raspberry Pi?] oracle-java8 is used. | |||
* [https://pimylifeup.com/jenkins-raspberry-pi/ Installing Jenkins on your Raspberry Pi]. openjdk-11 is used. | |||
* [https://mveeprojects.wordpress.com/2018/01/22/running-your-own-jenkins-server-on-an-rpi3/ Sweet CI – Homemade Jenkins server using the Raspberry Pi 3]. Github was used as an example. |
Latest revision as of 11:01, 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.
Raspberry Pi
Java is needed.
- How to install Jenkins server on your Raspberry Pi? oracle-java8 is used.
- Installing Jenkins on your Raspberry Pi. openjdk-11 is used.
- Sweet CI – Homemade Jenkins server using the Raspberry Pi 3. Github was used as an example.