I am facing a strange issue while running ruby-watir framework from jenkins.
Problem:I am working on watir-webdriver in ruby. I have developed my own framework to run scripts in ruby.
I am running the framework by executing batch file.
Automation is going very well from command line (DOS) and from within eclipse.
But when I create new job in Jenkins to run the framework, the automation is running fine and results are also shown as expected but browser on which automation is running is not shown up. ie- execution is shown as headless where as i am not using headless.
I have tried on jenkins version (1.499 and 1.520) and for both windows 7 and windows 8.
Thanks in advance for help.