Re: Need info on Jenkins

2016-12-14 Thread Slide
You have to make sure and run the agent as a desktop app. Current versions of Windows don't allow services to interact with the desktop anymore. This means you probably can't run Jenkins on the box and only use master for building, this would have a similar issue (unless you started Jenkins from

Re: Need info on Jenkins

2016-12-14 Thread Dirk Heinrichs
Am 14.12.2016 um 12:16 schrieb thokar...@gmail.com: > Jenkins runs on Windows just fine. Just put a slave on the Windows > machine. I know. I was referring to the "testing windows desktop applications" part. Given that the slave still runs on some remote machine, there is no desktop to run a

Re: Need info on Jenkins

2016-12-14 Thread thokari81
Jenkins runs on Windows just fine. Just put a slave on the Windows machine. Am Mittwoch, 14. Dezember 2016 09:14:29 UTC+1 schrieb Dirk Heinrichs: > > Am 14.12.2016 um 08:58 schrieb Christoph Nenning: > > > 1- I want to use Jenkins as a framework for testing our Windows > > Desktop applications

Re: Need info on Jenkins

2016-12-14 Thread Dirk Heinrichs
Am 14.12.2016 um 08:58 schrieb Christoph Nenning: > > 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

Re: Need info on Jenkins

2016-12-13 Thread Christoph Nenning
> 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

Need info on Jenkins

2016-12-13 Thread Nef Rey
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. 2- I do not want to use Jenkins as a source versioning system. I just want to use