Groovy Script: Display the build- locking entries in all jobs (Build Blocker Plugin)

2015-07-27 Thread newInHere
Hello Users, finally i´d like to create a groovy script, which shows all Build-Blocking Entries of an Job. Im trying to learn groovy at the moment and my script is only a first try =) The entries i want to read per groovy script looks like this in the job-Config:

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

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