Skip to content

Commit

Permalink
Changed Jenkinsfile for RCPTT tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ylussaud committed Dec 22, 2023
1 parent b80b769 commit fe39e03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ pipeline {
steps {
wrap([$class: 'Xvnc', takeScreenshot: false, useXauthority: true]) {
sh '''
xrand
xrandr -s 1440x900
xsetroot -solid grey
vncconfig -iconic &
Expand Down Expand Up @@ -63,6 +64,7 @@ pipeline {
steps {
wrap([$class: 'Xvnc', takeScreenshot: false, useXauthority: true]) {
sh '''
xrand
xrandr -s 1440x900
xsetroot -solid grey
vncconfig -iconic &
Expand All @@ -88,6 +90,7 @@ pipeline {
steps {
wrap([$class: 'Xvnc', takeScreenshot: false, useXauthority: true]) {
sh '''
xrand
xrandr -s 1440x900
xsetroot -solid grey
vncconfig -iconic &
Expand Down

0 comments on commit fe39e03

Please sign in to comment.