Skip to content

Commit

Permalink
turn on xvfb debug
Browse files Browse the repository at this point in the history
  • Loading branch information
definite committed Mar 15, 2017
1 parent 2cc16d8 commit fe9a216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ timestamps {
// TODO factor these out into zanata-pipeline-library too

void xvfb(Closure wrapped) {
wrap([$class: 'Xvfb', autoDisplayName: true]) {
wrap([$class: 'Xvfb', autoDisplayName: true, debug: true]) {
wrapped.call()
}
}
Expand Down

0 comments on commit fe9a216

Please sign in to comment.