From 4bc4c46b133ac6983c1c7d5ed913fea665da3a41 Mon Sep 17 00:00:00 2001 From: rob100 Date: Fri, 3 Jul 2015 15:08:44 +0200 Subject: [PATCH] If you mention hudson, you have to mention jenkins too --- 02-Use_the_Tools_Available.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/02-Use_the_Tools_Available.md b/02-Use_the_Tools_Available.md index 1399db4..091daa5 100644 --- a/02-Use_the_Tools_Available.md +++ b/02-Use_the_Tools_Available.md @@ -38,7 +38,10 @@ Continuous Integration (CI) tools automatically build the source code as changes * [AppVeyor](http://www.appveyor.com/) * supports Windows, MSVC and MinGW * free for public repositoris on GitHub - * [Hudson CI](http://hudson-ci.org/) + * [Hudson CI](http://hudson-ci.org/) / [Jenkins CI](https://jenkins-ci.org/) + * Java Application Server is required + * supports Windows, OS X, and Linux + * extendable with a lot of plugins * [TeamCity](https://www.jetbrains.com/teamcity) * has a free option for open source projects * [Decent CI](https://github.com/lefticus/decent_ci)