Re: Starting Jenkins via commandline and use configuration of the windows service

2015-05-19 Thread newInHere
Ok i have solved my problem to run jenkins via cmd with the settings from the jenkins service. By the way i use Windows 7 i haven´t mentioned that. If you run Jenkins as a windwos service all Configrations, Jobs and Plugins are installed directly in the %JENKINS_HOME% Dir (e.g "C:\ProgramFiles\

Re: Starting Jenkins via commandline and use configuration of the windows service

2015-05-18 Thread newInHere
Thank you for your quick advice. Unfortunately i can´t run the service with the local user account on the jenkins server and so it´s not possible to activate the "interact with desktop" but thanks for your help, i haven´t known that before. So is it possible to run jenkins from commanline with

Re: Starting Jenkins via commandline and use configuration of the windows service

2015-05-18 Thread Richard Bywater
Not sure where you've heard there are problems with using Jenkins and processes that start GUIs when using a service - all you should need to do is make sure that the service has had the "interact with desktop" turned on which (if I recall correctly means that you need an actual user account to run

Starting Jenkins via commandline and use configuration of the windows service

2015-05-18 Thread newInHere
Hello Jenkins Users, im using jenkins on windows and i´ve read when jenkins is running as a windows service, it´s not possible to spawn proccesses correctly which have GUI´s. So i deactivated jenkins as windows service and i´ve created a batch to start Jenkins. The batch itself works and jen