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 fe39e03 commit f413397
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pipeline {
steps {
wrap([$class: 'Xvnc', takeScreenshot: false, useXauthority: true]) {
sh '''
xrand
xrandr
xrandr -s 1440x900
xsetroot -solid grey
vncconfig -iconic &
Expand Down Expand Up @@ -64,7 +64,7 @@ pipeline {
steps {
wrap([$class: 'Xvnc', takeScreenshot: false, useXauthority: true]) {
sh '''
xrand
xrandr
xrandr -s 1440x900
xsetroot -solid grey
vncconfig -iconic &
Expand All @@ -90,7 +90,7 @@ pipeline {
steps {
wrap([$class: 'Xvnc', takeScreenshot: false, useXauthority: true]) {
sh '''
xrand
xrandr
xrandr -s 1440x900
xsetroot -solid grey
vncconfig -iconic &
Expand Down

0 comments on commit f413397

Please sign in to comment.