Skip to content

Commit

Permalink
Experiment adoptium#2 - take 9
Browse files Browse the repository at this point in the history
  • Loading branch information
aixtools committed Aug 26, 2021
1 parent 83dec56 commit 25b448b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildenv/jenkins/JenkinsfileBase
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,8 @@ def runTest( ) {
).trim()
// looking for documentation for a multi-line script
def xServer = sh (
// mycmd = "nohup /usr/bin/X11/X -force -vfb -x abx -x dbe -x GLX -secIP 000 :${xSEED} & echo \$!",
script: "nohup /usr/bin/X11/X -force -vfb -x abx -x dbe -x GLX -secIP 000 :${xSEED} & echo \$!",
script: "nohup /usr/bin/X11/X -force -vfb -x abx -x dbe -x GLX -secIP 000 :${xSEED} & echo \$!",
returnStdout: true
).trim()
echo "xServer is ${xServer}"
env.DISPLAY = "unix:${xSEED}"
Expand Down

0 comments on commit 25b448b

Please sign in to comment.