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 3b83642 commit e1df596
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ pipeline {
wrap([$class: 'Xvnc', takeScreenshot: false, useXauthority: true]) {
sh '''
xsetroot -solid grey
vncconfig -iconic &
xhost +
sleep 2
metacity --replace --sm-disable --display=${DISPLAY} &
Expand Down Expand Up @@ -69,7 +68,6 @@ pipeline {
wrap([$class: 'Xvnc', takeScreenshot: false, useXauthority: true]) {
sh '''
xsetroot -solid grey
vncconfig -iconic &
xhost +
sleep 2
metacity --replace --sm-disable --display=${DISPLAY} &
Expand All @@ -96,7 +94,6 @@ pipeline {
wrap([$class: 'Xvnc', takeScreenshot: false, useXauthority: true]) {
sh '''
xsetroot -solid grey
vncconfig -iconic &
xhost +
sleep 2
metacity --replace --sm-disable --display=${DISPLAY} &
Expand Down

0 comments on commit e1df596

Please sign in to comment.