> I'm new to Jenkins and would like some quick answers before I start digging. > > 1- I want to use Jenkins as a framework for testing our Windows > Desktop applications (not web apps). Can I do so? I imagine I can. >
Yes you can :) Jenkins basically just copies files and runs scripts. So you can use it for all kinds of stuff. > 2- I do not want to use Jenkins as a source versioning system. I > just want to use it to drop the completed app (exe) and test using > MTEST, NUnit or JUNit.. Can I do this? > It is possible but not the common approach. I would place the exe files on a network share and let copy jenkins it from there. Regards, Christoph This Email was scanned by Sophos Anti Virus -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/OF78F884C2.C1C1F6E7-ONC1258089.002B9266-C1258089.002BBEE4%40lex-com.net. For more options, visit https://groups.google.com/d/optout.
