Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [swtbot-dev] Swtbot can't find a display

Hi Mickael,

Yes, I can use vncviewer to connect to the machine and use it normally.

As the machines are set with the same configurations in jenkins and has the same distro and vncserver version, I asked if I need to do any extra configuration outside jenkins.

Thanks.


On 29-09-2014 09:25, Mickael Istria wrote:
On 09/29/2014 02:15 PM, Roberto Oliveira wrote:
I am using the Jenkins Xvnc plugin in this job.
I think the Xvnx server is starting correctly,
Did you check that? Can you use vncviewer to connect to the remote display?
but regarding the DISPLAY environment, Do I need to do some configuration to set it inside or outside Jenkins?
Jenkins Xvnc plugin should set the DISPLAY variable correctly so you don't have to set it in your test. What you can do to test is to run a Shell step "echo DISPLAY=$DISPLAY" in your job and check whether the value seems correct.
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets


_______________________________________________
swtbot-dev mailing list
swtbot-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/swtbot-dev


Back to the top