Jenkins Cannot start program "Xvfb": java.io.IOException: No such file or directory

I am trying to run grab geb / spock tests on jenkins. I am installing the Xvfb plugin https://wiki.jenkins-ci.org/display/JENKINS/Xvfb+Plugin . Jenkins configurations: enter image description here

Project configuration: enter image description here

An exception: enter image description here

+3


source to share


1 answer


After installing the Xvfb plugin, you need to do the following: Manage Jenkins -> System Configuration and find the Xvfb installation section and add a name and directory installation where the Xvfb executable can be found (which can be empty if it can be found in PATH). Without this setting, Xvfb will not work.



So why not search for the default PATH? Why is this needed?

0


source







All Articles