gtihub, jenkins and automated testing

I have several projects in Github, and I´d like to linked them to Jenkins in order to automate testing and improve the quality code.

Is there any free online way to do it?

Upvotes: 2

Views: 903

Answers (1)

CharlesB
CharlesB

Reputation: 90316

The git jenkins plugin allows you to link a Jenkins job to a git repository (included GitHub). Then use custom actions to run unit tests.

Upvotes: 2

Related Questions