Is it possible to run tests (written in C# with NUnit) with Jenkins on Linux OS?
I can find a lot of info on running NUnit tests with Jenkins but can’t find any speak of my situation.
UPDATE
Looks like it’s possible. I’ll need to use a Master Jenkins in Linux to run a Slave Jenkins in Windows. Described in the article.
Looks like it’s possible. I’ll need to use a Master Jenkins in Linux to run a Slave Jenkins in Windows. Described in the article.