Hi All, Please let me know if you have any suggestions on this.
Thanks & Regards, Sakshi Arora On Fri, Jun 28, 2019 at 5:18 PM Sakshi Arora <[email protected]> wrote: > Hi everyone, > > I see two plugins in jenkins to run GUI tests- xvfb and xvnc. I have > multiple GUI tests running in parallel. Which one is the best to use? > > For xvfb, i need to mention a display offset. I am not sure how things > work with xvnc. And what does XAuthority signify? > > wrap([$class: 'Xvfb',screen: '1920x1200x24', displayNameOffset: 100]) { > sh "mvn -U clean install" > } > > I am looking for a way where I need not specify the display and it auto > increments a display by 1 if a display is already taken by some other > jenkins job. > > Please share how to work it out in case of a declarative pipeline. > Thanks & Regards, > Sakshi Arora > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CALD16FyQfUNGypKC3jcrMjuxmHwFC9DZDS5dcdnP%3DNOjiy_b8A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
