Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Docker container with ubuntu 14.04
apt-get install -y xvfb xfonts-100dpi xfonts-75dpi xfonts-cyrillic xorg dbus-x11
apt-get install -y freerdp-x11
Description
My Jenkinsfile use Xvfb:
... parallel( intTests: { sh "mvn -B install -P intTests" }, funcTests: { wrap([$class: 'Xvfb']) { sh "mvn -B install -PfuncTests" } }, failFast: false ) ...
In test I try to run xfreerdp:
xf_pre_connect: failed to open display: :0 Please check that the $DISPLAY environment variable is properly set. freerdp_pre_connect failed
If I manually export DISPLAY variable all work perfect.
May be there is a way to configure Xvfb in Jenkinsfile?
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Environment | Docker container with ubuntu 14.04 |
Docker container with ubuntu 14.04 apt-get install -y xvfb xfonts-100dpi xfonts-75dpi xfonts-cyrillic xorg dbus-x11 apt-get install -y freerdp-x11 |
Description |
My Jenkinsfile use Xvfb: {code:java} ... parallel( intTests: { sh "mvn -B install -P intTests" }, funcTests: { wrap([$class: 'Xvfb']) { sh "mvn -B install -PfuncTests" } }, failFast: false ) ... {code} In test I try to run xfreerdp: {code:java} xf_pre_connect: failed to open display: :0 Please check that the $DISPLAY environment variable is properly set. freerdp_pre_connect failed {code} If I manually export DISPLAY variable all work perfect. |
My Jenkinsfile use Xvfb: {code:java} ... parallel( intTests: { sh "mvn -B install -P intTests" }, funcTests: { wrap([$class: 'Xvfb']) { sh "mvn -B install -PfuncTests" } }, failFast: false ) ... {code} In test I try to run xfreerdp: {code:java} xf_pre_connect: failed to open display: :0 Please check that the $DISPLAY environment variable is properly set. freerdp_pre_connect failed {code} If I manually export DISPLAY variable all work perfect. May be there is a way to configure Xvfb in Jenkinsfile? |
Workflow | JNJira [ 173057 ] | JNJira + In-Review [ 184907 ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Fixed but Unreleased [ 10203 ] |
Status | Fixed but Unreleased [ 10203 ] | Closed [ 6 ] |