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 a61bd9d commit daf0bc1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ pipeline {
steps {
wrap([$class: 'Xvnc', takeScreenshot: false, useXauthority: true]) {
sh '''
xrandr
xrandr -s 1680x1050
xsetroot -solid grey
vncconfig -iconic &
xhost +
Expand Down Expand Up @@ -70,8 +68,6 @@ pipeline {
steps {
wrap([$class: 'Xvnc', takeScreenshot: false, useXauthority: true]) {
sh '''
xrandr
xrandr -s 1680x1050
xsetroot -solid grey
vncconfig -iconic &
xhost +
Expand Down Expand Up @@ -99,8 +95,6 @@ pipeline {
steps {
wrap([$class: 'Xvnc', takeScreenshot: false, useXauthority: true]) {
sh '''
xrandr
xrandr -s 1680x1050
xsetroot -solid grey
vncconfig -iconic &
xhost +
Expand Down

0 comments on commit daf0bc1

Please sign in to comment.