Re: GUI with jenkins not opening on the slave machine

2015-09-28 Thread Rohan Majumdar
overflow.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 problem is solved. >

Re: GUI with jenkins not opening on the slave machine

2015-09-24 Thread Rohan Majumdar
//stackoverflow.com/questions/18906753/jenkins-windows-slave-service-does-not-interact-with-desktop > > > > On Tuesday, 22 September 2015 13:57:32 UTC+2, Rohan Majumdar wrote: >> >> I have observed something weird, that the automation is visible when the >> agent is not ru

Re: Is there a way to provide build parameters through a dialog box ?

2015-09-22 Thread Rohan Majumdar
Thnx Vani On Tuesday, September 22, 2015 at 11:41:50 AM UTC+5:30, Vani Paridhyani wrote: > > Hi! > > Yes it is possible. Check 'This build is parameterized' in the job. You > can choose to give 'String Parameter' in your case. > > On Tuesday, Septembe

Re: GUI with jenkins not opening on the slave machine

2015-09-22 Thread Rohan Majumdar
ound AFAIK. Have you tried to run those > commands manually in the same windows box? Different behaviour? > > Cheers > > > On Tuesday, 22 September 2015 07:18:53 UTC+2, Rohan Majumdar wrote: >> >> Yeah, I have followed the same tutorial while making the slave. >>

Re: GUI with jenkins not opening on the slave machine

2015-09-22 Thread Rohan Majumdar
gt; commands manually in the same windows box? Different behaviour? > > Cheers > > > On Tuesday, 22 September 2015 07:18:53 UTC+2, Rohan Majumdar wrote: >> >> Yeah, I have followed the same tutorial while making the slave. >> Once again testing works fine but the GU

Is there a way to provide build parameters through a dialog box ?

2015-09-21 Thread Rohan Majumdar
I am building a project with jenkins. I am seeking a plugin or some usage technique with which we can provide the version number through a GUI with each build. My command is :- make I would like to provide version number from if possible through a dialog box through to the build process. Is that

Re: GUI with jenkins not opening on the slave machine

2015-09-21 Thread Rohan Majumdar
> 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,

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 Monda

Re: GUI with jenkins not opening on the slave machine

2015-09-21 Thread Rohan Majumdar
> 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 > connection? > > Cheers > > > On Monday, 21 Septem

GUI with jenkins not opening on the slave machine

2015-09-20 Thread Rohan Majumdar
I have a jenkins slave to run the robotframework test cases. I am able to get the console prints on the master but no browser ever opens up or anything on the slave. Ofcourse the test case works pretty fine. But I am just curious. How to have the automated test cases play on the slave machine. Th