Re: GUI with jenkins not opening on the slave machine

2015-09-28 Thread Rohan Majumdar
Excellent point , thanks for the answer... Open source is even faster and more accurate than proprietary. Cheers On Thu, Sep 24, 2015 at 2:03 PM, Victor Martinez < victormartinezru...@gmail.com> wrote: > AFAIK, you can as long as you enable the interactive services: > http://stackoverflow.com/a

Re: GUI with jenkins not opening on the slave machine

2015-09-24 Thread Victor Martinez
AFAIK, you can as long as you enable the interactive services: http://stackoverflow.com/a/19947566 might help Cheers On Thursday, 24 September 2015 10:21:23 UTC+2, Rohan Majumdar wrote: > > So, i guess there is no way to run the service as is and be able to see > the automation. > > Anyways my

Re: GUI with jenkins not opening on the slave machine

2015-09-24 Thread Rohan Majumdar
So, i guess there is no way to run the service as is and be able to see the automation. Anyways my problem is solved. I am using the JNLP agent manually. Not as a service. Regards and thanks Abbas On Tue, Sep 22, 2015 at 7:00 PM, Victor Martinez < victormartinezru...@gmail.com> wrote: > That's

Re: GUI with jenkins not opening on the slave machine

2015-09-22 Thread Victor Martinez
That's actually the expected behaviour since Windows services uses Display 0 - https://msdn.microsoft.com/en-us/library/windows/desktop/ms683502(v=vs.85).aspx Just seen there was already some answers about this feature in the stackoverflow - http://stackoverflow.com/questions/18906753/jenkins

Re: GUI with jenkins not opening on the slave machine

2015-09-22 Thread Rohan Majumdar
I have observed something weird, that the automation is visible when the agent is not running as a windows service. The automation visibility worked that way. Discovered this by accident. On Tuesday, September 22, 2015 at 11:55:05 AM UTC+5:30, Victor Martinez wrote: > > Let me ask you if you are

Re: GUI with jenkins not opening on the slave machine

2015-09-22 Thread Rohan Majumdar
Okay what I observed was rather weird, when the agent is not running as a service the automation is visible, I discovered this by accident. On Tue, Sep 22, 2015 at 11:55 AM, Victor Martinez < victormartinezru...@gmail.com> wrote: > Let me ask you if you are launching your slave connection via win

Re: GUI with jenkins not opening on the slave machine

2015-09-21 Thread Victor Martinez
Let me ask you if you are launching your slave connection via windows services (point 6) or via JNLP connections (point 5) JNLP shouldn't run in the background AFAIK. Have you tried t

Re: GUI with jenkins not opening on the slave machine

2015-09-21 Thread Rohan Majumdar
Yeah, I have followed the same tutorial while making the slave. Once again testing works fine but the GUI automation is not visible. I think it happens in the backfround. On Monday, September 21, 2015 at 6:09:37 PM UTC+5:30, Victor Martinez wrote: > > See the below wiki: > - > https://wiki.jenkin

Re: GUI with jenkins not opening on the slave machine

2015-09-21 Thread Victor Martinez
See the below wiki: - https://wiki.jenkins-ci.org/display/JENKINS/Step+by+step+guide+to+set+up+master+and+slave+machines On Monday, 21 September 2015 12:41:04 UTC+2, Rohan Majumdar wrote: > > And yeah I am using windows Vista as a slave. > Windows 7 is the master > > On Monday, September 21, 2015

Re: GUI with jenkins not opening on the slave machine

2015-09-21 Thread Rohan Majumdar
And yeah I am using windows Vista as a slave. Windows 7 is the master On Monday, September 21, 2015 at 4:08:16 PM UTC+5:30, Rohan Majumdar wrote: > > I have installed the java service on the slave, is that not JNLP. > Can you please elaborate what do you mean by JNLP > > On Monday, September 21, 2

Re: GUI with jenkins not opening on the slave machine

2015-09-21 Thread Rohan Majumdar
I have installed the java service on the slave, is that not JNLP. Can you please elaborate what do you mean by JNLP On Monday, September 21, 2015 at 12:36:06 PM UTC+5:30, Victor Martinez wrote: > > Hi, > > Are you using Windows slaves? If so, have you configured your windows in > order to suppo

Re: GUI with jenkins not opening on the slave machine

2015-09-21 Thread Victor Martinez
Hi, Are you using Windows slaves? If so, have you configured your windows in order to support interactive sessions? IMO, I do prefer to use JNLP connections rather than Windows service connections since it does allow interactive sessions by default. Can you try to run your slave as jnlp conne