RE: Jenkins.war and Jenkins as service

2020-03-24 Thread Jérôme Godbout
doesn’t have those issues. From: jenkinsci-users@googlegroups.com On Behalf Of Raviraj Shitole Sent: March 24, 2020 12:35 PM To: jenkinsci-users@googlegroups.com Subject: Re: Jenkins.war and Jenkins as service Okay... So which installation is most preferable? Jenkins as a service or jenkins.war

Re: Jenkins.war and Jenkins as service

2020-03-24 Thread Raviraj Shitole
nt user which (may) > has a desktop and therefore can show windows. > > > > > > *Von:* jenkinsci-users@googlegroups.com > *Im Auftrag von *Raviraj Shitole > *Gesendet:* Dienstag, 24. März 2020 10:50 > *An:* jenkinsci-users@googlegroups.com > *Betreff:* Re: Jenkins.war

AW: Jenkins.war and Jenkins as service

2020-03-24 Thread Joachim Kuhnert
:50 An: jenkinsci-users@googlegroups.com Betreff: Re: Jenkins.war and Jenkins as service Yes absolutely. But when jenkins is running as a war and i run the test, it shows the actions on the UI, but with Jenkins as service everything runs in the background. On Tue, Mar 24, 2020 at 3:04 PM '

Re: Jenkins.war and Jenkins as service

2020-03-24 Thread Raviraj Shitole
Yes absolutely. But when jenkins is running as a war and i run the test, it shows the actions on the UI, but with Jenkins as service everything runs in the background. On Tue, Mar 24, 2020 at 3:04 PM 'Björn Pedersen' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > > > Am Dienstag,

Re: Jenkins.war and Jenkins as service

2020-03-24 Thread 'Björn Pedersen' via Jenkins Users
Am Dienstag, 24. März 2020 10:26:23 UTC+1 schrieb raviraj shitole: > > Actually its an organization wide setup which is done as a service(Jenkins > is installed as a service on Ubuntu) > > That's the reason i am trying to connect it that way. Everything is > working fine, even the chrome browse

Re: Jenkins.war and Jenkins as service

2020-03-24 Thread Raviraj Shitole
Actually its an organization wide setup which is done as a service(Jenkins is installed as a service on Ubuntu) That's the reason i am trying to connect it that way. Everything is working fine, even the chrome browser is launched in the background. The tests are some how executed but it not visibl

Re: Jenkins.war and Jenkins as service

2020-03-24 Thread 'Björn Pedersen' via Jenkins Users
Am Dienstag, 24. März 2020 08:13:10 UTC+1 schrieb raviraj shitole: > > Hi Mark, > > Thank you was able to install the agent as a service, but now when i > execute the tests chrome browser is not visible on the desktop. The process > starts in the background and exits. > How do i make the brows

Re: Jenkins.war and Jenkins as service

2020-03-24 Thread Raviraj Shitole
Hi Mark, Thank you was able to install the agent as a service, but now when i execute the tests chrome browser is not visible on the desktop. The process starts in the background and exits. How do i make the browser visible now? Thanks Raviraj On Mon, Mar 23, 2020 at 11:25 PM Mark Waite wrote:

Re: Jenkins.war and Jenkins as service

2020-03-23 Thread Mark Waite
See https://github.com/kohsuke/winsw/issues/210 for some suggestions to try On Mon, Mar 23, 2020 at 11:32 AM Raviraj Shitole wrote: > I am getting an error "WMI access denied error" while trying to install > the Slave agent as a service on windows. > > what should we do now? > > On Fri, Mar 20,

Re: Jenkins.war and Jenkins as service

2020-03-23 Thread Raviraj Shitole
I am getting an error "WMI access denied error" while trying to install the Slave agent as a service on windows. what should we do now? On Fri, Mar 20, 2020 at 11:47 PM Mark Waite wrote: > Jenkins running as a service on Windows does not have access to the > desktop by default. > > Jenkins runn

Re: Jenkins.war and Jenkins as service

2020-03-20 Thread Mark Waite
Jenkins running as a service on Windows does not have access to the desktop by default. Jenkins running from the desktop using `java -jar jenkins.war` from a Windows command prompt will have access to the desktop. If you want to run Jenkins as a service and access the desktop, you should probably

Jenkins.war and Jenkins as service

2020-03-20 Thread raviraj shitole
Hi All, I am a difficulty with the way Jenkins is being installed. When we install Jenkins as Server, I am facing difficulty in test automation. The browser doesn’t launch and it gives error that some DevSH tool is missing. Now when I start Jenkins Jenkins.war, there is no problem w