-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
linux
In our jenkins configuration we have several slaves on the same linux server and we have some jobs that run on these slaves.
Because each slave has just a single executor, when we try to run the job with Xvfb plugin, all slaves try to run with the same display and therefore fail.
Just to mention, Xvnc's plugin address this problem by trying to guess which displays are under use and try a different display number. Perhaps you could try a similar strategy.