8000 If you mention hudson, you have to mention jenkins too · misgeatgit/cppbestpractices@4bc4c46 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4bc4c46

Browse files
committed
If you mention hudson, you have to mention jenkins too
1 parent 33b3aa6 commit 4bc4c46

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

02-Use_the_Tools_Available.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ Continuous Integration (CI) tools automatically build the source code as changes
3838
* [AppVeyor](http://www.appveyor.com/)
3939
* supports Windows, MSVC and MinGW
4040
* free for public repositoris on GitHub
41-
* [Hudson CI](http://hudson-ci.org/)
41+
* [Hudson CI](http://hudson-ci.org/) / [Jenkins CI](https://jenkins-ci.org/)
42+
* Java Application Server is required
43+
* supports Windows, OS X, and Linux
44+
* extendable with a lot of plugins
4245
* [TeamCity](https://www.jetbrains.com/teamcity)
4346
* has a free option for open source projects
4447
* [Decent CI](https://github.com/lefticus/decent_ci)

0 commit comments

Comments
 (0)
0